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
@@ -10,12 +10,8 @@ licenses:
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
-
|
14 |
-
|
15 |
-
combined-json:
|
16 |
-
- 10K<n<100K
|
17 |
-
split:
|
18 |
-
- 100K<n<1M
|
19 |
source_datasets:
|
20 |
- original
|
21 |
task_categories:
|
@@ -24,6 +20,10 @@ task_ids:
|
|
24 |
- extractive-qa
|
25 |
paperswithcode_id: newsqa
|
26 |
pretty_name: NewsQA
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# Dataset Card for NewsQA
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
+
- 100K<n<1M
|
14 |
+
- 10K<n<100K
|
|
|
|
|
|
|
|
|
15 |
source_datasets:
|
16 |
- original
|
17 |
task_categories:
|
|
|
20 |
- extractive-qa
|
21 |
paperswithcode_id: newsqa
|
22 |
pretty_name: NewsQA
|
23 |
+
configs:
|
24 |
+
- combined-csv
|
25 |
+
- combined-json
|
26 |
+
- split
|
27 |
---
|
28 |
|
29 |
# Dataset Card for NewsQA
|