Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,20 @@ pipeline_tag: text-classification
|
|
16 |
|
17 |
---
|
18 |
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
-
|
23 |
-
Try out the model with a real-time demo [here](https://huggingface.co/spaces/Walid-Ahmed/arabic-sentiment-classification).
|
|
|
16 |
|
17 |
---
|
18 |
|
19 |
+
---
|
20 |
+
tags:
|
21 |
+
- sentiment-analysis
|
22 |
+
- gradio
|
23 |
+
---
|
24 |
+
|
25 |
+
# Arabic Sentiment Model
|
26 |
+
|
27 |
+
This model is trained for Arabic sentiment classification.
|
28 |
+
|
29 |
+
## Interactive Demo
|
30 |
+
|
31 |
+
You can try out the model using an interactive demo hosted on Hugging Face Spaces.
|
32 |
+
|
33 |
+
[Click here to try the demo](https://huggingface.co/spaces/Walid-Ahmed/arabic-sentiment-classification).
|
34 |
|
35 |
+
<iframe src="https://huggingface.co/spaces/Walid-Ahmed/arabic-sentiment-classification" width="700" height="500" style="border:0;"></iframe>
|
|