Commit
•
e3d6ca5
1
Parent(s):
4458e86
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
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: DBRD
|
3 |
annotations_creators:
|
4 |
- found
|
5 |
language_creators:
|
@@ -23,6 +22,7 @@ task_ids:
|
|
23 |
- masked-language-modeling
|
24 |
- sentiment-classification
|
25 |
paperswithcode_id: dbrd
|
|
|
26 |
dataset_info:
|
27 |
features:
|
28 |
- name: text
|
@@ -31,8 +31,8 @@ dataset_info:
|
|
31 |
dtype:
|
32 |
class_label:
|
33 |
names:
|
34 |
-
0: neg
|
35 |
-
1: pos
|
36 |
config_name: plain_text
|
37 |
splits:
|
38 |
- name: train
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- found
|
4 |
language_creators:
|
|
|
22 |
- masked-language-modeling
|
23 |
- sentiment-classification
|
24 |
paperswithcode_id: dbrd
|
25 |
+
pretty_name: DBRD
|
26 |
dataset_info:
|
27 |
features:
|
28 |
- name: text
|
|
|
31 |
dtype:
|
32 |
class_label:
|
33 |
names:
|
34 |
+
'0': neg
|
35 |
+
'1': pos
|
36 |
config_name: plain_text
|
37 |
splits:
|
38 |
- name: train
|