BenhamdaneNawfal
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Sentiment Analysis for Darija (Arabic Dialect)
|
2 |
|
3 |
This repository hosts a **Sentiment Analysis model for Darija** (Moroccan Arabic dialect), built using **BERT**. The model is fine-tuned to classify text into two categories: **positive** and **negative** sentiment. It is designed to facilitate sentiment analysis in applications involving Darija text data, such as social media analysis, customer feedback, or market research.
|
|
|
1 |
+
---
|
2 |
+
language: ar
|
3 |
+
tags:
|
4 |
+
- sentiment-analysis
|
5 |
+
- darija
|
6 |
+
- arabic
|
7 |
+
license: apache-2.0
|
8 |
+
datasets:
|
9 |
+
- custom
|
10 |
+
metrics:
|
11 |
+
- accuracy
|
12 |
+
- precision
|
13 |
+
- recall
|
14 |
+
- f1
|
15 |
+
---
|
16 |
+
|
17 |
+
|
18 |
# Sentiment Analysis for Darija (Arabic Dialect)
|
19 |
|
20 |
This repository hosts a **Sentiment Analysis model for Darija** (Moroccan Arabic dialect), built using **BERT**. The model is fine-tuned to classify text into two categories: **positive** and **negative** sentiment. It is designed to facilitate sentiment analysis in applications involving Darija text data, such as social media analysis, customer feedback, or market research.
|