Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ar
|
| 4 |
+
- en
|
| 5 |
+
license: mit
|
| 6 |
+
pipeline_tag: text-classification
|
| 7 |
+
tags:
|
| 8 |
+
- text-classification
|
| 9 |
+
- sentiment-analysis
|
| 10 |
+
- arabic
|
| 11 |
+
- egyptian-arabic
|
| 12 |
+
- bert
|
| 13 |
+
datasets:
|
| 14 |
+
- custom
|
| 15 |
+
metrics:
|
| 16 |
+
- accuracy
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Sentiment Analyzer (Egyptian Arabic)
|
| 20 |
+
|
| 21 |
+
## Model description
|
| 22 |
+
|
| 23 |
+
This model is fine-tuned for sentiment classification on Egyptian Arabic text.
|
| 24 |
+
|
| 25 |
+
It predicts one of the following labels:
|
| 26 |
+
- Positive
|
| 27 |
+
- Negative
|
| 28 |
+
- Neutral
|
| 29 |
+
|
| 30 |
+
## Intended use
|
| 31 |
+
|
| 32 |
+
This model is designed for:
|
| 33 |
+
- Social media sentiment analysis
|
| 34 |
+
- Customer feedback analysis
|
| 35 |
+
- Chatbot emotional tone detection
|
| 36 |
+
|
| 37 |
+
## Limitations
|
| 38 |
+
|
| 39 |
+
- Trained on Egyptian dialect only
|
| 40 |
+
- Performance may degrade on MSA or other dialects
|