Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
758871d
1 Parent(s): e326197

Replace YAML keys from int to str

Browse files

Replace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275

Files changed (1) hide show
  1. README.md +36 -36
README.md CHANGED
@@ -28,12 +28,12 @@ dataset_info:
28
  dtype:
29
  class_label:
30
  names:
31
- 0: Idioms
32
- 1: Reference
33
- 2: Polysemy
34
- 3: Negation
35
- 4: Quantitative
36
- 5: Others
37
  - name: question_propmt
38
  dtype: string
39
  - name: candidate_answers
@@ -54,12 +54,12 @@ dataset_info:
54
  dtype:
55
  class_label:
56
  names:
57
- 0: Idioms
58
- 1: Reference
59
- 2: Polysemy
60
- 3: Negation
61
- 4: Quantitative
62
- 5: Others
63
  - name: question_propmt
64
  dtype: string
65
  - name: candidate_answers
@@ -86,12 +86,12 @@ dataset_info:
86
  dtype:
87
  class_label:
88
  names:
89
- 0: Idioms
90
- 1: Reference
91
- 2: Polysemy
92
- 3: Negation
93
- 4: Quantitative
94
- 5: Others
95
  - name: question_propmt
96
  dtype: string
97
  - name: candidate_answers
@@ -118,12 +118,12 @@ dataset_info:
118
  dtype:
119
  class_label:
120
  names:
121
- 0: Idioms
122
- 1: Reference
123
- 2: Polysemy
124
- 3: Negation
125
- 4: Quantitative
126
- 5: Others
127
  - name: question_propmt
128
  dtype: string
129
  - name: candidate_answers
@@ -150,12 +150,12 @@ dataset_info:
150
  dtype:
151
  class_label:
152
  names:
153
- 0: Idioms
154
- 1: Reference
155
- 2: Polysemy
156
- 3: Negation
157
- 4: Quantitative
158
- 5: Others
159
  - name: question_propmt
160
  dtype: string
161
  - name: candidate_answers
@@ -182,12 +182,12 @@ dataset_info:
182
  dtype:
183
  class_label:
184
  names:
185
- 0: Idioms
186
- 1: Reference
187
- 2: Polysemy
188
- 3: Negation
189
- 4: Quantitative
190
- 5: Others
191
  - name: question_propmt
192
  dtype: string
193
  - name: candidate_answers
 
28
  dtype:
29
  class_label:
30
  names:
31
+ '0': Idioms
32
+ '1': Reference
33
+ '2': Polysemy
34
+ '3': Negation
35
+ '4': Quantitative
36
+ '5': Others
37
  - name: question_propmt
38
  dtype: string
39
  - name: candidate_answers
 
54
  dtype:
55
  class_label:
56
  names:
57
+ '0': Idioms
58
+ '1': Reference
59
+ '2': Polysemy
60
+ '3': Negation
61
+ '4': Quantitative
62
+ '5': Others
63
  - name: question_propmt
64
  dtype: string
65
  - name: candidate_answers
 
86
  dtype:
87
  class_label:
88
  names:
89
+ '0': Idioms
90
+ '1': Reference
91
+ '2': Polysemy
92
+ '3': Negation
93
+ '4': Quantitative
94
+ '5': Others
95
  - name: question_propmt
96
  dtype: string
97
  - name: candidate_answers
 
118
  dtype:
119
  class_label:
120
  names:
121
+ '0': Idioms
122
+ '1': Reference
123
+ '2': Polysemy
124
+ '3': Negation
125
+ '4': Quantitative
126
+ '5': Others
127
  - name: question_propmt
128
  dtype: string
129
  - name: candidate_answers
 
150
  dtype:
151
  class_label:
152
  names:
153
+ '0': Idioms
154
+ '1': Reference
155
+ '2': Polysemy
156
+ '3': Negation
157
+ '4': Quantitative
158
+ '5': Others
159
  - name: question_propmt
160
  dtype: string
161
  - name: candidate_answers
 
182
  dtype:
183
  class_label:
184
  names:
185
+ '0': Idioms
186
+ '1': Reference
187
+ '2': Polysemy
188
+ '3': Negation
189
+ '4': Quantitative
190
+ '5': Others
191
  - name: question_propmt
192
  dtype: string
193
  - name: candidate_answers