Commit
·
b577163
1
Parent(s):
a63c355
Replace YAML keys from int to str (#4)
Browse files- Replace YAML keys from int to str (6ab02f925f2c272ff42334118866735063939782)
README.md
CHANGED
|
@@ -33,7 +33,6 @@ license:
|
|
| 33 |
- cc-by-nc-4.0
|
| 34 |
- cc-by-sa-4.0
|
| 35 |
- other
|
| 36 |
-
license_details: Licence Universal Dependencies v2.5
|
| 37 |
multilinguality:
|
| 38 |
- multilingual
|
| 39 |
- translation
|
|
@@ -60,7 +59,6 @@ task_ids:
|
|
| 60 |
- open-domain-qa
|
| 61 |
- parsing
|
| 62 |
- topic-classification
|
| 63 |
-
paperswithcode_id: null
|
| 64 |
pretty_name: XGLUE
|
| 65 |
configs:
|
| 66 |
- mlqa
|
|
@@ -74,6 +72,7 @@ configs:
|
|
| 74 |
- qg
|
| 75 |
- wpr
|
| 76 |
- xnli
|
|
|
|
| 77 |
tags:
|
| 78 |
- paraphrase-identification
|
| 79 |
- question-answering
|
|
@@ -86,15 +85,15 @@ dataset_info:
|
|
| 86 |
sequence:
|
| 87 |
class_label:
|
| 88 |
names:
|
| 89 |
-
0: O
|
| 90 |
-
1: B-PER
|
| 91 |
-
2: I-PER
|
| 92 |
-
3: B-ORG
|
| 93 |
-
4: I-ORG
|
| 94 |
-
5: B-LOC
|
| 95 |
-
6: I-LOC
|
| 96 |
-
7: B-MISC
|
| 97 |
-
8: I-MISC
|
| 98 |
splits:
|
| 99 |
- name: train
|
| 100 |
num_bytes: 3445854
|
|
@@ -133,23 +132,23 @@ dataset_info:
|
|
| 133 |
sequence:
|
| 134 |
class_label:
|
| 135 |
names:
|
| 136 |
-
0: ADJ
|
| 137 |
-
1: ADP
|
| 138 |
-
2: ADV
|
| 139 |
-
3: AUX
|
| 140 |
-
4: CCONJ
|
| 141 |
-
5: DET
|
| 142 |
-
6: INTJ
|
| 143 |
-
7: NOUN
|
| 144 |
-
8: NUM
|
| 145 |
-
9: PART
|
| 146 |
-
10: PRON
|
| 147 |
-
11: PROPN
|
| 148 |
-
12: PUNCT
|
| 149 |
-
13: SCONJ
|
| 150 |
-
14: SYM
|
| 151 |
-
15: VERB
|
| 152 |
-
16: X
|
| 153 |
splits:
|
| 154 |
- name: train
|
| 155 |
num_bytes: 7279459
|
|
@@ -328,16 +327,16 @@ dataset_info:
|
|
| 328 |
dtype:
|
| 329 |
class_label:
|
| 330 |
names:
|
| 331 |
-
0: foodanddrink
|
| 332 |
-
1: sports
|
| 333 |
-
2: travel
|
| 334 |
-
3: finance
|
| 335 |
-
4: lifestyle
|
| 336 |
-
5: news
|
| 337 |
-
6: entertainment
|
| 338 |
-
7: health
|
| 339 |
-
8: video
|
| 340 |
-
9: autos
|
| 341 |
splits:
|
| 342 |
- name: train
|
| 343 |
num_bytes: 280615806
|
|
@@ -384,9 +383,9 @@ dataset_info:
|
|
| 384 |
dtype:
|
| 385 |
class_label:
|
| 386 |
names:
|
| 387 |
-
0: entailment
|
| 388 |
-
1: neutral
|
| 389 |
-
2: contradiction
|
| 390 |
splits:
|
| 391 |
- name: train
|
| 392 |
num_bytes: 74444346
|
|
@@ -493,8 +492,8 @@ dataset_info:
|
|
| 493 |
dtype:
|
| 494 |
class_label:
|
| 495 |
names:
|
| 496 |
-
0: different
|
| 497 |
-
1: same
|
| 498 |
splits:
|
| 499 |
- name: train
|
| 500 |
num_bytes: 12018349
|
|
@@ -537,8 +536,8 @@ dataset_info:
|
|
| 537 |
dtype:
|
| 538 |
class_label:
|
| 539 |
names:
|
| 540 |
-
0: Bad
|
| 541 |
-
1: Good
|
| 542 |
splits:
|
| 543 |
- name: train
|
| 544 |
num_bytes: 12528141
|
|
@@ -575,11 +574,11 @@ dataset_info:
|
|
| 575 |
dtype:
|
| 576 |
class_label:
|
| 577 |
names:
|
| 578 |
-
0: Bad
|
| 579 |
-
1: Fair
|
| 580 |
-
2: Good
|
| 581 |
-
3: Excellent
|
| 582 |
-
4: Perfect
|
| 583 |
splits:
|
| 584 |
- name: train
|
| 585 |
num_bytes: 33885931
|
|
@@ -638,8 +637,8 @@ dataset_info:
|
|
| 638 |
dtype:
|
| 639 |
class_label:
|
| 640 |
names:
|
| 641 |
-
0: 'False'
|
| 642 |
-
1: 'True'
|
| 643 |
splits:
|
| 644 |
- name: train
|
| 645 |
num_bytes: 28357964
|
|
|
|
| 33 |
- cc-by-nc-4.0
|
| 34 |
- cc-by-sa-4.0
|
| 35 |
- other
|
|
|
|
| 36 |
multilinguality:
|
| 37 |
- multilingual
|
| 38 |
- translation
|
|
|
|
| 59 |
- open-domain-qa
|
| 60 |
- parsing
|
| 61 |
- topic-classification
|
|
|
|
| 62 |
pretty_name: XGLUE
|
| 63 |
configs:
|
| 64 |
- mlqa
|
|
|
|
| 72 |
- qg
|
| 73 |
- wpr
|
| 74 |
- xnli
|
| 75 |
+
license_details: Licence Universal Dependencies v2.5
|
| 76 |
tags:
|
| 77 |
- paraphrase-identification
|
| 78 |
- question-answering
|
|
|
|
| 85 |
sequence:
|
| 86 |
class_label:
|
| 87 |
names:
|
| 88 |
+
'0': O
|
| 89 |
+
'1': B-PER
|
| 90 |
+
'2': I-PER
|
| 91 |
+
'3': B-ORG
|
| 92 |
+
'4': I-ORG
|
| 93 |
+
'5': B-LOC
|
| 94 |
+
'6': I-LOC
|
| 95 |
+
'7': B-MISC
|
| 96 |
+
'8': I-MISC
|
| 97 |
splits:
|
| 98 |
- name: train
|
| 99 |
num_bytes: 3445854
|
|
|
|
| 132 |
sequence:
|
| 133 |
class_label:
|
| 134 |
names:
|
| 135 |
+
'0': ADJ
|
| 136 |
+
'1': ADP
|
| 137 |
+
'2': ADV
|
| 138 |
+
'3': AUX
|
| 139 |
+
'4': CCONJ
|
| 140 |
+
'5': DET
|
| 141 |
+
'6': INTJ
|
| 142 |
+
'7': NOUN
|
| 143 |
+
'8': NUM
|
| 144 |
+
'9': PART
|
| 145 |
+
'10': PRON
|
| 146 |
+
'11': PROPN
|
| 147 |
+
'12': PUNCT
|
| 148 |
+
'13': SCONJ
|
| 149 |
+
'14': SYM
|
| 150 |
+
'15': VERB
|
| 151 |
+
'16': X
|
| 152 |
splits:
|
| 153 |
- name: train
|
| 154 |
num_bytes: 7279459
|
|
|
|
| 327 |
dtype:
|
| 328 |
class_label:
|
| 329 |
names:
|
| 330 |
+
'0': foodanddrink
|
| 331 |
+
'1': sports
|
| 332 |
+
'2': travel
|
| 333 |
+
'3': finance
|
| 334 |
+
'4': lifestyle
|
| 335 |
+
'5': news
|
| 336 |
+
'6': entertainment
|
| 337 |
+
'7': health
|
| 338 |
+
'8': video
|
| 339 |
+
'9': autos
|
| 340 |
splits:
|
| 341 |
- name: train
|
| 342 |
num_bytes: 280615806
|
|
|
|
| 383 |
dtype:
|
| 384 |
class_label:
|
| 385 |
names:
|
| 386 |
+
'0': entailment
|
| 387 |
+
'1': neutral
|
| 388 |
+
'2': contradiction
|
| 389 |
splits:
|
| 390 |
- name: train
|
| 391 |
num_bytes: 74444346
|
|
|
|
| 492 |
dtype:
|
| 493 |
class_label:
|
| 494 |
names:
|
| 495 |
+
'0': different
|
| 496 |
+
'1': same
|
| 497 |
splits:
|
| 498 |
- name: train
|
| 499 |
num_bytes: 12018349
|
|
|
|
| 536 |
dtype:
|
| 537 |
class_label:
|
| 538 |
names:
|
| 539 |
+
'0': Bad
|
| 540 |
+
'1': Good
|
| 541 |
splits:
|
| 542 |
- name: train
|
| 543 |
num_bytes: 12528141
|
|
|
|
| 574 |
dtype:
|
| 575 |
class_label:
|
| 576 |
names:
|
| 577 |
+
'0': Bad
|
| 578 |
+
'1': Fair
|
| 579 |
+
'2': Good
|
| 580 |
+
'3': Excellent
|
| 581 |
+
'4': Perfect
|
| 582 |
splits:
|
| 583 |
- name: train
|
| 584 |
num_bytes: 33885931
|
|
|
|
| 637 |
dtype:
|
| 638 |
class_label:
|
| 639 |
names:
|
| 640 |
+
'0': 'False'
|
| 641 |
+
'1': 'True'
|
| 642 |
splits:
|
| 643 |
- name: train
|
| 644 |
num_bytes: 28357964
|