Datasets:
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
@@ -15,18 +15,16 @@ size_categories:
|
|
15 |
source_datasets:
|
16 |
- original
|
17 |
task_categories:
|
18 |
-
|
19 |
-
- text-classification
|
20 |
-
subtask-2:
|
21 |
-
- text-classification
|
22 |
task_ids:
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
subtask-2:
|
27 |
-
- text-classification-other-funnier-headline-identification
|
28 |
paperswithcode_id: humicroedit
|
29 |
pretty_name: Humicroedit
|
|
|
|
|
|
|
30 |
---
|
31 |
|
32 |
# Dataset Card for [Dataset Name]
|
|
|
15 |
source_datasets:
|
16 |
- original
|
17 |
task_categories:
|
18 |
+
- text-classification
|
|
|
|
|
|
|
19 |
task_ids:
|
20 |
+
- text-classification-other-funnier-headline-identification
|
21 |
+
- text-classification-other-funniness-score-prediction
|
22 |
+
- text-scoring
|
|
|
|
|
23 |
paperswithcode_id: humicroedit
|
24 |
pretty_name: Humicroedit
|
25 |
+
configs:
|
26 |
+
- subtask-1
|
27 |
+
- subtask-2
|
28 |
---
|
29 |
|
30 |
# Dataset Card for [Dataset Name]
|