Commit
•
d25bbef
1
Parent(s):
5ccdda6
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (0e180fef2a072ff824502bdf5948a5f30457d90e)
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: Russian SuperGLUE
|
3 |
annotations_creators:
|
4 |
- crowdsourced
|
5 |
- expert-generated
|
@@ -8,8 +7,6 @@ language_creators:
|
|
8 |
- expert-generated
|
9 |
language:
|
10 |
- ru
|
11 |
-
language_bcp47:
|
12 |
-
- ru-RU
|
13 |
license:
|
14 |
- mit
|
15 |
multilinguality:
|
@@ -26,6 +23,9 @@ task_categories:
|
|
26 |
task_ids:
|
27 |
- natural-language-inference
|
28 |
- multi-class-classification
|
|
|
|
|
|
|
29 |
dataset_info:
|
30 |
- config_name: lidirus
|
31 |
features:
|
@@ -47,8 +47,8 @@ dataset_info:
|
|
47 |
dtype:
|
48 |
class_label:
|
49 |
names:
|
50 |
-
0: entailment
|
51 |
-
1: not_entailment
|
52 |
splits:
|
53 |
- name: test
|
54 |
num_bytes: 470306
|
@@ -71,9 +71,9 @@ dataset_info:
|
|
71 |
dtype:
|
72 |
class_label:
|
73 |
names:
|
74 |
-
0: entailment
|
75 |
-
1: contradiction
|
76 |
-
2: neutral
|
77 |
splits:
|
78 |
- name: train
|
79 |
num_bytes: 199712
|
@@ -102,8 +102,8 @@ dataset_info:
|
|
102 |
dtype:
|
103 |
class_label:
|
104 |
names:
|
105 |
-
0: choice1
|
106 |
-
1: choice2
|
107 |
splits:
|
108 |
- name: train
|
109 |
num_bytes: 74467
|
@@ -136,8 +136,8 @@ dataset_info:
|
|
136 |
dtype:
|
137 |
class_label:
|
138 |
names:
|
139 |
-
0: 'False'
|
140 |
-
1: 'True'
|
141 |
splits:
|
142 |
- name: train
|
143 |
num_bytes: 31651155
|
@@ -162,8 +162,8 @@ dataset_info:
|
|
162 |
dtype:
|
163 |
class_label:
|
164 |
names:
|
165 |
-
0: entailment
|
166 |
-
1: not_entailment
|
167 |
splits:
|
168 |
- name: train
|
169 |
num_bytes: 1409243
|
@@ -202,8 +202,8 @@ dataset_info:
|
|
202 |
dtype:
|
203 |
class_label:
|
204 |
names:
|
205 |
-
0: 'False'
|
206 |
-
1: 'True'
|
207 |
splits:
|
208 |
- name: train
|
209 |
num_bytes: 6913280
|
@@ -234,8 +234,8 @@ dataset_info:
|
|
234 |
dtype:
|
235 |
class_label:
|
236 |
names:
|
237 |
-
0: 'False'
|
238 |
-
1: 'True'
|
239 |
splits:
|
240 |
- name: train
|
241 |
num_bytes: 132274
|
@@ -260,8 +260,8 @@ dataset_info:
|
|
260 |
dtype:
|
261 |
class_label:
|
262 |
names:
|
263 |
-
0: 'False'
|
264 |
-
1: 'True'
|
265 |
splits:
|
266 |
- name: train
|
267 |
num_bytes: 2474006
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
4 |
- expert-generated
|
|
|
7 |
- expert-generated
|
8 |
language:
|
9 |
- ru
|
|
|
|
|
10 |
license:
|
11 |
- mit
|
12 |
multilinguality:
|
|
|
23 |
task_ids:
|
24 |
- natural-language-inference
|
25 |
- multi-class-classification
|
26 |
+
pretty_name: Russian SuperGLUE
|
27 |
+
language_bcp47:
|
28 |
+
- ru-RU
|
29 |
dataset_info:
|
30 |
- config_name: lidirus
|
31 |
features:
|
|
|
47 |
dtype:
|
48 |
class_label:
|
49 |
names:
|
50 |
+
'0': entailment
|
51 |
+
'1': not_entailment
|
52 |
splits:
|
53 |
- name: test
|
54 |
num_bytes: 470306
|
|
|
71 |
dtype:
|
72 |
class_label:
|
73 |
names:
|
74 |
+
'0': entailment
|
75 |
+
'1': contradiction
|
76 |
+
'2': neutral
|
77 |
splits:
|
78 |
- name: train
|
79 |
num_bytes: 199712
|
|
|
102 |
dtype:
|
103 |
class_label:
|
104 |
names:
|
105 |
+
'0': choice1
|
106 |
+
'1': choice2
|
107 |
splits:
|
108 |
- name: train
|
109 |
num_bytes: 74467
|
|
|
136 |
dtype:
|
137 |
class_label:
|
138 |
names:
|
139 |
+
'0': 'False'
|
140 |
+
'1': 'True'
|
141 |
splits:
|
142 |
- name: train
|
143 |
num_bytes: 31651155
|
|
|
162 |
dtype:
|
163 |
class_label:
|
164 |
names:
|
165 |
+
'0': entailment
|
166 |
+
'1': not_entailment
|
167 |
splits:
|
168 |
- name: train
|
169 |
num_bytes: 1409243
|
|
|
202 |
dtype:
|
203 |
class_label:
|
204 |
names:
|
205 |
+
'0': 'False'
|
206 |
+
'1': 'True'
|
207 |
splits:
|
208 |
- name: train
|
209 |
num_bytes: 6913280
|
|
|
234 |
dtype:
|
235 |
class_label:
|
236 |
names:
|
237 |
+
'0': 'False'
|
238 |
+
'1': 'True'
|
239 |
splits:
|
240 |
- name: train
|
241 |
num_bytes: 132274
|
|
|
260 |
dtype:
|
261 |
class_label:
|
262 |
names:
|
263 |
+
'0': 'False'
|
264 |
+
'1': 'True'
|
265 |
splits:
|
266 |
- name: train
|
267 |
num_bytes: 2474006
|