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 |
pretty_name: Adversarial GLUE
|
@@ -15,31 +15,19 @@ size_categories:
|
|
15 |
source_datasets:
|
16 |
- extended|glue
|
17 |
task_categories:
|
18 |
-
|
19 |
-
- text-classification
|
20 |
-
adv_mnli_mismatched:
|
21 |
-
- text-classification
|
22 |
-
adv_qnli:
|
23 |
-
- text-classification
|
24 |
-
adv_qqp:
|
25 |
-
- text-classification
|
26 |
-
adv_rte:
|
27 |
-
- text-classification
|
28 |
-
adv_sst2:
|
29 |
-
- text-classification
|
30 |
task_ids:
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
- sentiment-classification
|
43 |
---
|
44 |
|
45 |
# Dataset Card for Adversarial GLUE
|
|
|
6 |
languages:
|
7 |
- en
|
8 |
licenses:
|
9 |
+
- cc-by-4.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
pretty_name: Adversarial GLUE
|
|
|
15 |
source_datasets:
|
16 |
- extended|glue
|
17 |
task_categories:
|
18 |
+
- text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
task_ids:
|
20 |
+
- natural-language-inference
|
21 |
+
- sentiment-classification
|
22 |
+
- text-classification-other-paraphrase-identification
|
23 |
+
- text-classification-other-qa-nli
|
24 |
+
configs:
|
25 |
+
- adv_mnli
|
26 |
+
- adv_mnli_mismatched
|
27 |
+
- adv_qnli
|
28 |
+
- adv_qqp
|
29 |
+
- adv_rte
|
30 |
+
- adv_sst2
|
|
|
31 |
---
|
32 |
|
33 |
# Dataset Card for Adversarial GLUE
|