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
@@ -7,45 +7,27 @@ language_creators:
|
|
7 |
languages:
|
8 |
- en
|
9 |
licenses:
|
10 |
-
- gfdl-1
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
14 |
-
|
15 |
-
|
16 |
-
NE:
|
17 |
-
- 100K<n<1M
|
18 |
-
P:
|
19 |
-
- 100K<n<1M
|
20 |
-
V:
|
21 |
-
- 100K<n<1M
|
22 |
-
raw:
|
23 |
-
- n<1K
|
24 |
source_datasets:
|
25 |
- original
|
26 |
task_categories:
|
27 |
-
|
28 |
-
|
29 |
-
NE:
|
30 |
-
- question-answering
|
31 |
-
P:
|
32 |
-
- question-answering
|
33 |
-
V:
|
34 |
-
- question-answering
|
35 |
-
raw:
|
36 |
-
- other
|
37 |
task_ids:
|
38 |
-
|
39 |
-
|
40 |
-
NE:
|
41 |
-
- multiple-choice-qa
|
42 |
-
P:
|
43 |
-
- multiple-choice-qa
|
44 |
-
V:
|
45 |
-
- multiple-choice-qa
|
46 |
-
raw:
|
47 |
-
- other-other-raw-dataset
|
48 |
paperswithcode_id: cbt
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
---
|
50 |
|
51 |
# Dataset Card for CBT
|
|
|
7 |
languages:
|
8 |
- en
|
9 |
licenses:
|
10 |
+
- gfdl-1.3
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
14 |
+
- 100K<n<1M
|
15 |
+
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
source_datasets:
|
17 |
- original
|
18 |
task_categories:
|
19 |
+
- other
|
20 |
+
- question-answering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
task_ids:
|
22 |
+
- multiple-choice-qa
|
23 |
+
- other-other-raw-dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
paperswithcode_id: cbt
|
25 |
+
configs:
|
26 |
+
- CN
|
27 |
+
- NE
|
28 |
+
- P
|
29 |
+
- V
|
30 |
+
- raw
|
31 |
---
|
32 |
|
33 |
# Dataset Card for CBT
|