Datasets:
Remove config names as yaml keys (#4367)
Browse files* validate YAML part
* fix bad YAML keys
* don't have config names as yaml keys
* style
* Remove hacking license tags when mirroring datasets on the Hub
* fix test
* fix style
* more fixes
* remove dots in QA column mapping keys
Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80
README.md
CHANGED
@@ -6,7 +6,7 @@ language_creators:
|
|
6 |
languages:
|
7 |
- en
|
8 |
licenses:
|
9 |
-
- cc-by-4
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
@@ -14,56 +14,16 @@ size_categories:
|
|
14 |
source_datasets:
|
15 |
- unknown
|
16 |
task_categories:
|
17 |
-
|
18 |
-
- text-classification
|
19 |
-
cola:
|
20 |
-
- text-classification
|
21 |
-
mnli:
|
22 |
-
- text-classification
|
23 |
-
mnli_matched:
|
24 |
-
- text-classification
|
25 |
-
mnli_mismatched:
|
26 |
-
- text-classification
|
27 |
-
mrpc:
|
28 |
-
- text-classification
|
29 |
-
qnli:
|
30 |
-
- text-classification
|
31 |
-
qqp:
|
32 |
-
- text-classification
|
33 |
-
rte:
|
34 |
-
- text-classification
|
35 |
-
sst2:
|
36 |
-
- text-classification
|
37 |
-
stsb:
|
38 |
-
- text-classification
|
39 |
-
wnli:
|
40 |
-
- text-classification
|
41 |
task_ids:
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
mnli_mismatched:
|
51 |
-
- natural-language-inference
|
52 |
-
mrpc:
|
53 |
-
- text-classification-other-paraphrase-identification
|
54 |
-
qnli:
|
55 |
-
- text-classification-other-qa-nli
|
56 |
-
qqp:
|
57 |
-
- text-classification-other-paraphrase-identification
|
58 |
-
rte:
|
59 |
-
- natural-language-inference
|
60 |
-
sst2:
|
61 |
-
- sentiment-classification
|
62 |
-
stsb:
|
63 |
-
- text-scoring
|
64 |
-
- semantic-similarity-scoring
|
65 |
-
wnli:
|
66 |
-
- text-classification-other-coreference-nli
|
67 |
paperswithcode_id: glue
|
68 |
pretty_name: GLUE (General Language Understanding Evaluation benchmark)
|
69 |
train-eval-index:
|
@@ -95,6 +55,19 @@ train-eval-index:
|
|
95 |
name: GLUE
|
96 |
config:
|
97 |
cola
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
---
|
99 |
|
100 |
# Dataset Card for GLUE
|
|
|
6 |
languages:
|
7 |
- en
|
8 |
licenses:
|
9 |
+
- cc-by-4.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
|
|
14 |
source_datasets:
|
15 |
- unknown
|
16 |
task_categories:
|
17 |
+
- text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
task_ids:
|
19 |
+
- acceptability-classification
|
20 |
+
- natural-language-inference
|
21 |
+
- semantic-similarity-scoring
|
22 |
+
- sentiment-classification
|
23 |
+
- text-classification-other-coreference-nli
|
24 |
+
- text-classification-other-paraphrase-identification
|
25 |
+
- text-classification-other-qa-nli
|
26 |
+
- text-scoring
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
paperswithcode_id: glue
|
28 |
pretty_name: GLUE (General Language Understanding Evaluation benchmark)
|
29 |
train-eval-index:
|
|
|
55 |
name: GLUE
|
56 |
config:
|
57 |
cola
|
58 |
+
configs:
|
59 |
+
- ax
|
60 |
+
- cola
|
61 |
+
- mnli
|
62 |
+
- mnli_matched
|
63 |
+
- mnli_mismatched
|
64 |
+
- mrpc
|
65 |
+
- qnli
|
66 |
+
- qqp
|
67 |
+
- rte
|
68 |
+
- sst2
|
69 |
+
- stsb
|
70 |
+
- wnli
|
71 |
---
|
72 |
|
73 |
# Dataset Card for GLUE
|