Aminrhmni commited on
Commit
2d19a2c
1 Parent(s): d2d218a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/Persian-text-classification-model"
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