lhoestq HF staff commited on
Commit
7dde060
1 Parent(s): 8664cc2

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

Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -15,18 +15,16 @@ size_categories:
15
  source_datasets:
16
  - original
17
  task_categories:
18
- subtask-1:
19
- - text-classification
20
- subtask-2:
21
- - text-classification
22
  task_ids:
23
- subtask-1:
24
- - text-scoring
25
- - text-classification-other-funniness-score-prediction
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]