Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ To use the model for sentiment analysis:
|
|
| 30 |
from transformers import pipeline
|
| 31 |
|
| 32 |
# Load the fine-tuned model
|
| 33 |
-
classifier = pipeline("
|
| 34 |
|
| 35 |
# Test the classifier
|
| 36 |
result = classifier("الجو اليوم وايد حلو")
|
|
|
|
| 30 |
from transformers import pipeline
|
| 31 |
|
| 32 |
# Load the fine-tuned model
|
| 33 |
+
classifier = pipeline("text-classification", model="Kalmundi/Q8BERTA-SA")
|
| 34 |
|
| 35 |
# Test the classifier
|
| 36 |
result = classifier("الجو اليوم وايد حلو")
|