Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
Size:
10K - 100K
ArXiv:
License:
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
@@ -8,7 +8,7 @@ language_creators:
|
|
8 |
languages:
|
9 |
- en
|
10 |
licenses:
|
11 |
-
- cc-by-4
|
12 |
multilinguality:
|
13 |
- monolingual
|
14 |
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
|
37 |
name: SQuAD
|
|
|
8 |
languages:
|
9 |
- en
|
10 |
licenses:
|
11 |
+
- cc-by-4.0
|
12 |
multilinguality:
|
13 |
- monolingual
|
14 |
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
|
37 |
name: SQuAD
|