Datasets:
Commit
•
6eeddbe
1
Parent(s):
73c4f76
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
@@ -19,7 +19,6 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- sentiment-classification
|
21 |
- multi-label-classification
|
22 |
-
paperswithcode_id: null
|
23 |
pretty_name: Dutch Social Media Collection
|
24 |
dataset_info:
|
25 |
features:
|
@@ -71,9 +70,9 @@ dataset_info:
|
|
71 |
dtype:
|
72 |
class_label:
|
73 |
names:
|
74 |
-
0: neg
|
75 |
-
1: neu
|
76 |
-
2: pos
|
77 |
config_name: dutch_social
|
78 |
splits:
|
79 |
- name: train
|
|
|
19 |
task_ids:
|
20 |
- sentiment-classification
|
21 |
- multi-label-classification
|
|
|
22 |
pretty_name: Dutch Social Media Collection
|
23 |
dataset_info:
|
24 |
features:
|
|
|
70 |
dtype:
|
71 |
class_label:
|
72 |
names:
|
73 |
+
'0': neg
|
74 |
+
'1': neu
|
75 |
+
'2': pos
|
76 |
config_name: dutch_social
|
77 |
splits:
|
78 |
- name: train
|