Update README.md
Browse files
README.md
CHANGED
@@ -67,7 +67,7 @@ I have fine-tuned ParsBert for classifying Persian text using the "Msobhi/virgoo
|
|
67 |
|
68 |
Utilize this code snippet to test the model. It may not be very accurate, but further training epochs could enhance its performance.
|
69 |
|
70 |
-
model_path = "Aminrhmni/
|
71 |
|
72 |
from transformers import pipeline, BertForSequenceClassification, BertTokenizerFast
|
73 |
|
|
|
67 |
|
68 |
Utilize this code snippet to test the model. It may not be very accurate, but further training epochs could enhance its performance.
|
69 |
|
70 |
+
model_path = "Aminrhmni/Persian_text_classification"
|
71 |
|
72 |
from transformers import pipeline, BertForSequenceClassification, BertTokenizerFast
|
73 |
|