Datasets:
Tasks:
Text Classification
Sub-tasks:
text-scoring
Languages:
English
Size:
10K<n<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
@@ -14,7 +14,7 @@ source_datasets:
|
|
14 |
size_categories:
|
15 |
- 10K<n<100K
|
16 |
licenses:
|
17 |
-
- CC-BY-SA-4
|
18 |
paperswithcode_id: null
|
19 |
pretty_name: GoogleWellformedQuery
|
20 |
---
|
|
|
14 |
size_categories:
|
15 |
- 10K<n<100K
|
16 |
licenses:
|
17 |
+
- CC-BY-SA-4.0
|
18 |
paperswithcode_id: null
|
19 |
pretty_name: GoogleWellformedQuery
|
20 |
---
|