Commit
·
c816e54
1
Parent(s):
ffaf227
Replace YAML keys from int to str (#5)
Browse files- Replace YAML keys from int to str (1caaad3b0d3712360f8bd24632dca8ce0513cf07)
README.md
CHANGED
|
@@ -1,24 +1,18 @@
|
|
| 1 |
---
|
| 2 |
annotations_creators:
|
| 3 |
- expert-generated
|
| 4 |
-
language:
|
| 5 |
-
- en
|
| 6 |
language_creators:
|
| 7 |
- other
|
|
|
|
|
|
|
| 8 |
license:
|
| 9 |
- unknown
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
| 12 |
-
paperswithcode_id: superglue
|
| 13 |
-
pretty_name: SuperGLUE
|
| 14 |
size_categories:
|
| 15 |
- 10K<n<100K
|
| 16 |
source_datasets:
|
| 17 |
- extended|other
|
| 18 |
-
tags:
|
| 19 |
-
- superglue
|
| 20 |
-
- NLU
|
| 21 |
-
- natural language understanding
|
| 22 |
task_categories:
|
| 23 |
- text-classification
|
| 24 |
- token-classification
|
|
@@ -28,6 +22,12 @@ task_ids:
|
|
| 28 |
- word-sense-disambiguation
|
| 29 |
- coreference-resolution
|
| 30 |
- extractive-qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
dataset_info:
|
| 32 |
- config_name: boolq
|
| 33 |
features:
|
|
@@ -41,8 +41,8 @@ dataset_info:
|
|
| 41 |
dtype:
|
| 42 |
class_label:
|
| 43 |
names:
|
| 44 |
-
0: 'False'
|
| 45 |
-
1: 'True'
|
| 46 |
splits:
|
| 47 |
- name: test
|
| 48 |
num_bytes: 2107997
|
|
@@ -67,9 +67,9 @@ dataset_info:
|
|
| 67 |
dtype:
|
| 68 |
class_label:
|
| 69 |
names:
|
| 70 |
-
0: entailment
|
| 71 |
-
1: contradiction
|
| 72 |
-
2: neutral
|
| 73 |
splits:
|
| 74 |
- name: test
|
| 75 |
num_bytes: 93660
|
|
@@ -98,8 +98,8 @@ dataset_info:
|
|
| 98 |
dtype:
|
| 99 |
class_label:
|
| 100 |
names:
|
| 101 |
-
0: choice1
|
| 102 |
-
1: choice2
|
| 103 |
splits:
|
| 104 |
- name: test
|
| 105 |
num_bytes: 60303
|
|
@@ -132,8 +132,8 @@ dataset_info:
|
|
| 132 |
dtype:
|
| 133 |
class_label:
|
| 134 |
names:
|
| 135 |
-
0: 'False'
|
| 136 |
-
1: 'True'
|
| 137 |
splits:
|
| 138 |
- name: test
|
| 139 |
num_bytes: 14996451
|
|
@@ -194,8 +194,8 @@ dataset_info:
|
|
| 194 |
dtype:
|
| 195 |
class_label:
|
| 196 |
names:
|
| 197 |
-
0: entailment
|
| 198 |
-
1: not_entailment
|
| 199 |
splits:
|
| 200 |
- name: test
|
| 201 |
num_bytes: 975799
|
|
@@ -230,8 +230,8 @@ dataset_info:
|
|
| 230 |
dtype:
|
| 231 |
class_label:
|
| 232 |
names:
|
| 233 |
-
0: 'False'
|
| 234 |
-
1: 'True'
|
| 235 |
splits:
|
| 236 |
- name: test
|
| 237 |
num_bytes: 180593
|
|
@@ -262,8 +262,8 @@ dataset_info:
|
|
| 262 |
dtype:
|
| 263 |
class_label:
|
| 264 |
names:
|
| 265 |
-
0: 'False'
|
| 266 |
-
1: 'True'
|
| 267 |
splits:
|
| 268 |
- name: test
|
| 269 |
num_bytes: 31572
|
|
@@ -294,8 +294,8 @@ dataset_info:
|
|
| 294 |
dtype:
|
| 295 |
class_label:
|
| 296 |
names:
|
| 297 |
-
0: 'False'
|
| 298 |
-
1: 'True'
|
| 299 |
splits:
|
| 300 |
- name: test
|
| 301 |
num_bytes: 31568
|
|
@@ -320,8 +320,8 @@ dataset_info:
|
|
| 320 |
dtype:
|
| 321 |
class_label:
|
| 322 |
names:
|
| 323 |
-
0: entailment
|
| 324 |
-
1: not_entailment
|
| 325 |
splits:
|
| 326 |
- name: test
|
| 327 |
num_bytes: 238392
|
|
@@ -340,8 +340,8 @@ dataset_info:
|
|
| 340 |
dtype:
|
| 341 |
class_label:
|
| 342 |
names:
|
| 343 |
-
0: entailment
|
| 344 |
-
1: not_entailment
|
| 345 |
splits:
|
| 346 |
- name: test
|
| 347 |
num_bytes: 53581
|
|
|
|
| 1 |
---
|
| 2 |
annotations_creators:
|
| 3 |
- expert-generated
|
|
|
|
|
|
|
| 4 |
language_creators:
|
| 5 |
- other
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
license:
|
| 9 |
- unknown
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
|
|
|
|
|
|
| 12 |
size_categories:
|
| 13 |
- 10K<n<100K
|
| 14 |
source_datasets:
|
| 15 |
- extended|other
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
task_categories:
|
| 17 |
- text-classification
|
| 18 |
- token-classification
|
|
|
|
| 22 |
- word-sense-disambiguation
|
| 23 |
- coreference-resolution
|
| 24 |
- extractive-qa
|
| 25 |
+
paperswithcode_id: superglue
|
| 26 |
+
pretty_name: SuperGLUE
|
| 27 |
+
tags:
|
| 28 |
+
- superglue
|
| 29 |
+
- NLU
|
| 30 |
+
- natural language understanding
|
| 31 |
dataset_info:
|
| 32 |
- config_name: boolq
|
| 33 |
features:
|
|
|
|
| 41 |
dtype:
|
| 42 |
class_label:
|
| 43 |
names:
|
| 44 |
+
'0': 'False'
|
| 45 |
+
'1': 'True'
|
| 46 |
splits:
|
| 47 |
- name: test
|
| 48 |
num_bytes: 2107997
|
|
|
|
| 67 |
dtype:
|
| 68 |
class_label:
|
| 69 |
names:
|
| 70 |
+
'0': entailment
|
| 71 |
+
'1': contradiction
|
| 72 |
+
'2': neutral
|
| 73 |
splits:
|
| 74 |
- name: test
|
| 75 |
num_bytes: 93660
|
|
|
|
| 98 |
dtype:
|
| 99 |
class_label:
|
| 100 |
names:
|
| 101 |
+
'0': choice1
|
| 102 |
+
'1': choice2
|
| 103 |
splits:
|
| 104 |
- name: test
|
| 105 |
num_bytes: 60303
|
|
|
|
| 132 |
dtype:
|
| 133 |
class_label:
|
| 134 |
names:
|
| 135 |
+
'0': 'False'
|
| 136 |
+
'1': 'True'
|
| 137 |
splits:
|
| 138 |
- name: test
|
| 139 |
num_bytes: 14996451
|
|
|
|
| 194 |
dtype:
|
| 195 |
class_label:
|
| 196 |
names:
|
| 197 |
+
'0': entailment
|
| 198 |
+
'1': not_entailment
|
| 199 |
splits:
|
| 200 |
- name: test
|
| 201 |
num_bytes: 975799
|
|
|
|
| 230 |
dtype:
|
| 231 |
class_label:
|
| 232 |
names:
|
| 233 |
+
'0': 'False'
|
| 234 |
+
'1': 'True'
|
| 235 |
splits:
|
| 236 |
- name: test
|
| 237 |
num_bytes: 180593
|
|
|
|
| 262 |
dtype:
|
| 263 |
class_label:
|
| 264 |
names:
|
| 265 |
+
'0': 'False'
|
| 266 |
+
'1': 'True'
|
| 267 |
splits:
|
| 268 |
- name: test
|
| 269 |
num_bytes: 31572
|
|
|
|
| 294 |
dtype:
|
| 295 |
class_label:
|
| 296 |
names:
|
| 297 |
+
'0': 'False'
|
| 298 |
+
'1': 'True'
|
| 299 |
splits:
|
| 300 |
- name: test
|
| 301 |
num_bytes: 31568
|
|
|
|
| 320 |
dtype:
|
| 321 |
class_label:
|
| 322 |
names:
|
| 323 |
+
'0': entailment
|
| 324 |
+
'1': not_entailment
|
| 325 |
splits:
|
| 326 |
- name: test
|
| 327 |
num_bytes: 238392
|
|
|
|
| 340 |
dtype:
|
| 341 |
class_label:
|
| 342 |
names:
|
| 343 |
+
'0': entailment
|
| 344 |
+
'1': not_entailment
|
| 345 |
splits:
|
| 346 |
- name: test
|
| 347 |
num_bytes: 53581
|