Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
516fd57
1
Parent(s):
932ad9c
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (6ba0af4293afafbf542eee0f928ed280f13f1113)
README.md
CHANGED
@@ -37,23 +37,23 @@ dataset_info:
|
|
37 |
dtype:
|
38 |
class_label:
|
39 |
names:
|
40 |
-
0: 'Yes'
|
41 |
-
1: 'No'
|
42 |
-
2: In the middle, neither yes nor no
|
43 |
-
3: Probably yes / sometimes yes
|
44 |
-
4: Probably no
|
45 |
-
5: Yes, subject to some conditions
|
46 |
-
6: Other
|
47 |
-
7: I am not sure how X will interpret Y’s answer
|
48 |
- name: goldstandard2
|
49 |
dtype:
|
50 |
class_label:
|
51 |
names:
|
52 |
-
0: 'Yes'
|
53 |
-
1: 'No'
|
54 |
-
2: In the middle, neither yes nor no
|
55 |
-
3: Yes, subject to some conditions
|
56 |
-
4: Other
|
57 |
splits:
|
58 |
- name: train
|
59 |
num_bytes: 8149489
|
|
|
37 |
dtype:
|
38 |
class_label:
|
39 |
names:
|
40 |
+
'0': 'Yes'
|
41 |
+
'1': 'No'
|
42 |
+
'2': In the middle, neither yes nor no
|
43 |
+
'3': Probably yes / sometimes yes
|
44 |
+
'4': Probably no
|
45 |
+
'5': Yes, subject to some conditions
|
46 |
+
'6': Other
|
47 |
+
'7': I am not sure how X will interpret Y’s answer
|
48 |
- name: goldstandard2
|
49 |
dtype:
|
50 |
class_label:
|
51 |
names:
|
52 |
+
'0': 'Yes'
|
53 |
+
'1': 'No'
|
54 |
+
'2': In the middle, neither yes nor no
|
55 |
+
'3': Yes, subject to some conditions
|
56 |
+
'4': Other
|
57 |
splits:
|
58 |
- name: train
|
59 |
num_bytes: 8149489
|