Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K<n<100K
License:
Commit
•
89a9c2b
1
Parent(s):
f9bd08e
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -27,10 +27,10 @@ dataset_info:
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
-
0: others
|
31 |
-
1: happy
|
32 |
-
2: sad
|
33 |
-
3: angry
|
34 |
config_name: emo2019
|
35 |
splits:
|
36 |
- name: train
|
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': others
|
31 |
+
'1': happy
|
32 |
+
'2': sad
|
33 |
+
'3': angry
|
34 |
config_name: emo2019
|
35 |
splits:
|
36 |
- name: train
|