Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
Arabic
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# A Sentiment Analysis Dataset for the Algerian Dialect of Arabic
|
2 |
This dataset consists of 50,016 samples of comments extracted from Algerian YouTube channels. It is manually annotated with 3 classes (the `label` column) and is not balanced. Here are the number of rows of each class:
|
3 |
- 0 (Negative): **17,033 (34.06%)**
|
4 |
- 1 (Neutral): **11,136 (22.26%)**
|
5 |
-
- 2 (Positive): **21,847 (43.68%)**
|
6 |
-
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- ar
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
+
---
|
10 |
# A Sentiment Analysis Dataset for the Algerian Dialect of Arabic
|
11 |
This dataset consists of 50,016 samples of comments extracted from Algerian YouTube channels. It is manually annotated with 3 classes (the `label` column) and is not balanced. Here are the number of rows of each class:
|
12 |
- 0 (Negative): **17,033 (34.06%)**
|
13 |
- 1 (Neutral): **11,136 (22.26%)**
|
14 |
+
- 2 (Positive): **21,847 (43.68%)**
|
|