File size: 921 Bytes
f42657b 0a8b808 d0d267d f42657b e309e9f b9f5095 46c7cab b9f5095 0a8b808 b9f5095 e309e9f b9f5095 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
language: ar
widget:
- text: "ممتاز"
- text: "أنا حزين"
- text: "لا شيء"
---
# Model description
This model is an Arabic language sentiment analysis pretrained model.
The model is built on top of the CAMelBERT_msa_sixteenth BERT-based model.
We used the HARD dataset of hotels review to fine tune the model.
The dataset original labels based on a five-star rating were modified to a 3 label data:
- POSITIVE: for ratings > 3 stars
- NEUTRAL: for a 3 star rating
- NEGATIVE: for ratings < 3 stars
This first prototype was trained on 3 epochs for 1 hours using Colab and a TPU acceleration.
# Examples
Here are some examples in Arabic to test :
- Excellent -> ممتاز(Happy)
- I'am sad -> أنا حزين (Sad)
- Nothing -> لا شيء (Neutral)
# Contact
If you have questions or improvement remarks, feel free to contact me on my LinkedIn profile: https://www.linkedin.com/in/yahya-ghrab/ |