Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Arabic
Size:
10K - 100K
License:
Replace YAML keys from int to str
#1
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: Emotional Tone in Arabic
|
22 |
dataset_info:
|
23 |
features:
|
@@ -27,14 +26,14 @@ dataset_info:
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
-
0: none
|
31 |
-
1: anger
|
32 |
-
2: joy
|
33 |
-
3: sadness
|
34 |
-
4: love
|
35 |
-
5: sympathy
|
36 |
-
6: surprise
|
37 |
-
7: fear
|
38 |
splits:
|
39 |
- name: train
|
40 |
num_bytes: 1541746
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
|
|
20 |
pretty_name: Emotional Tone in Arabic
|
21 |
dataset_info:
|
22 |
features:
|
|
|
26 |
dtype:
|
27 |
class_label:
|
28 |
names:
|
29 |
+
'0': none
|
30 |
+
'1': anger
|
31 |
+
'2': joy
|
32 |
+
'3': sadness
|
33 |
+
'4': love
|
34 |
+
'5': sympathy
|
35 |
+
'6': surprise
|
36 |
+
'7': fear
|
37 |
splits:
|
38 |
- name: train
|
39 |
num_bytes: 1541746
|