Commit
·
388e25b
1
Parent(s):
ed6ef27
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (a97868acbc950251f3ee46bb2bf4cffc2c77509e)
README.md
CHANGED
@@ -9,7 +9,6 @@ license:
|
|
9 |
- cc-by-sa-4.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
-
pretty_name: Adversarial GLUE
|
13 |
size_categories:
|
14 |
- n<1K
|
15 |
source_datasets:
|
@@ -19,6 +18,7 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- natural-language-inference
|
21 |
- sentiment-classification
|
|
|
22 |
configs:
|
23 |
- adv_mnli
|
24 |
- adv_mnli_mismatched
|
@@ -38,8 +38,8 @@ dataset_info:
|
|
38 |
dtype:
|
39 |
class_label:
|
40 |
names:
|
41 |
-
0: negative
|
42 |
-
1: positive
|
43 |
- name: idx
|
44 |
dtype: int32
|
45 |
splits:
|
@@ -58,8 +58,8 @@ dataset_info:
|
|
58 |
dtype:
|
59 |
class_label:
|
60 |
names:
|
61 |
-
0: not_duplicate
|
62 |
-
1: duplicate
|
63 |
- name: idx
|
64 |
dtype: int32
|
65 |
splits:
|
@@ -78,9 +78,9 @@ dataset_info:
|
|
78 |
dtype:
|
79 |
class_label:
|
80 |
names:
|
81 |
-
0: entailment
|
82 |
-
1: neutral
|
83 |
-
2: contradiction
|
84 |
- name: idx
|
85 |
dtype: int32
|
86 |
splits:
|
@@ -99,9 +99,9 @@ dataset_info:
|
|
99 |
dtype:
|
100 |
class_label:
|
101 |
names:
|
102 |
-
0: entailment
|
103 |
-
1: neutral
|
104 |
-
2: contradiction
|
105 |
- name: idx
|
106 |
dtype: int32
|
107 |
splits:
|
@@ -120,8 +120,8 @@ dataset_info:
|
|
120 |
dtype:
|
121 |
class_label:
|
122 |
names:
|
123 |
-
0: entailment
|
124 |
-
1: not_entailment
|
125 |
- name: idx
|
126 |
dtype: int32
|
127 |
splits:
|
@@ -140,8 +140,8 @@ dataset_info:
|
|
140 |
dtype:
|
141 |
class_label:
|
142 |
names:
|
143 |
-
0: entailment
|
144 |
-
1: not_entailment
|
145 |
- name: idx
|
146 |
dtype: int32
|
147 |
splits:
|
|
|
9 |
- cc-by-sa-4.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
12 |
size_categories:
|
13 |
- n<1K
|
14 |
source_datasets:
|
|
|
18 |
task_ids:
|
19 |
- natural-language-inference
|
20 |
- sentiment-classification
|
21 |
+
pretty_name: Adversarial GLUE
|
22 |
configs:
|
23 |
- adv_mnli
|
24 |
- adv_mnli_mismatched
|
|
|
38 |
dtype:
|
39 |
class_label:
|
40 |
names:
|
41 |
+
'0': negative
|
42 |
+
'1': positive
|
43 |
- name: idx
|
44 |
dtype: int32
|
45 |
splits:
|
|
|
58 |
dtype:
|
59 |
class_label:
|
60 |
names:
|
61 |
+
'0': not_duplicate
|
62 |
+
'1': duplicate
|
63 |
- name: idx
|
64 |
dtype: int32
|
65 |
splits:
|
|
|
78 |
dtype:
|
79 |
class_label:
|
80 |
names:
|
81 |
+
'0': entailment
|
82 |
+
'1': neutral
|
83 |
+
'2': contradiction
|
84 |
- name: idx
|
85 |
dtype: int32
|
86 |
splits:
|
|
|
99 |
dtype:
|
100 |
class_label:
|
101 |
names:
|
102 |
+
'0': entailment
|
103 |
+
'1': neutral
|
104 |
+
'2': contradiction
|
105 |
- name: idx
|
106 |
dtype: int32
|
107 |
splits:
|
|
|
120 |
dtype:
|
121 |
class_label:
|
122 |
names:
|
123 |
+
'0': entailment
|
124 |
+
'1': not_entailment
|
125 |
- name: idx
|
126 |
dtype: int32
|
127 |
splits:
|
|
|
140 |
dtype:
|
141 |
class_label:
|
142 |
names:
|
143 |
+
'0': entailment
|
144 |
+
'1': not_entailment
|
145 |
- name: idx
|
146 |
dtype: int32
|
147 |
splits:
|