Spaces:
Configuration error
Configuration error
Rahaf Saeed Al hallay commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,6 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: Space Demo
|
| 3 |
-
emoji: 🏢
|
| 4 |
-
colorFrom: green
|
| 5 |
-
colorTo: indigo
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 4.37.2
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
+
Using Hugging Face, I have developed three unique sentiment analysis models to enhance text data understanding across different languages and formats:
|
| 3 |
+
English Sentiment Analysis Model: Utilizes the cardiffnlp/twitter-roberta-base-sentiment model to classify English text into Positive, Negative, or Neutral sentiments.
|
| 4 |
+
Arabic Sentiment Analysis Model: Leverages the CAMeL-Lab/bert-base-arabic-camelbert-da-sentiment model for sentiment analysis of Arabic text, providing insights for Arabic content.
|
| 5 |
+
Emoji-Based Sentiment Analysis Model: Uses the cardiffnlp/twitter-roberta-large-emoji-latest model to classify sentiments expressed through emojis, ideal for social media and informal text analysis.
|
| 6 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|