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
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
pretty_name: SQuAD2
|
3 |
annotations_creators:
|
4 |
- crowdsourced
|
5 |
language_creators:
|
@@ -7,7 +7,7 @@ language_creators:
|
|
7 |
languages:
|
8 |
- en
|
9 |
licenses:
|
10 |
-
- cc-by-sa-4
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
@@ -30,8 +30,8 @@ train-eval-index:
|
|
30 |
col_mapping:
|
31 |
question: question
|
32 |
context: context
|
33 |
-
|
34 |
-
|
35 |
metrics:
|
36 |
- type: squad_v2
|
37 |
name: SQuAD v2
|
|
|
1 |
---
|
2 |
+
pretty_name: SQuAD2.0
|
3 |
annotations_creators:
|
4 |
- crowdsourced
|
5 |
language_creators:
|
|
|
7 |
languages:
|
8 |
- en
|
9 |
licenses:
|
10 |
+
- cc-by-sa-4.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
|
|
30 |
col_mapping:
|
31 |
question: question
|
32 |
context: context
|
33 |
+
answers_text: answers.text
|
34 |
+
answers_start: answers.answer_start
|
35 |
metrics:
|
36 |
- type: squad_v2
|
37 |
name: SQuAD v2
|