lhoestq HF staff commited on
Commit
1ead1b1
1 Parent(s): 0f01974

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 +8 -9
README.md CHANGED
@@ -1,10 +1,8 @@
1
  ---
2
  annotations_creators:
3
- identification:
4
- - expert-generated
5
- - machine-generated
6
- resolution:
7
- - crowdsourced
8
  language_creators:
9
  - found
10
  languages:
@@ -14,10 +12,8 @@ licenses:
14
  multilinguality:
15
  - monolingual
16
  size_categories:
17
- identification:
18
- - 100K<n<1M
19
- resolution:
20
- - 1K<n<10K
21
  source_datasets:
22
  - original
23
  task_categories:
@@ -26,6 +22,9 @@ task_ids:
26
  - token-classification-other-fused-head-identification
27
  paperswithcode_id: numeric-fused-head
28
  pretty_name: Numeric Fused Heads
 
 
 
29
  ---
30
 
31
  # Dataset Card for Numeric Fused Heads
 
1
  ---
2
  annotations_creators:
3
+ - crowdsourced
4
+ - expert-generated
5
+ - machine-generated
 
 
6
  language_creators:
7
  - found
8
  languages:
 
12
  multilinguality:
13
  - monolingual
14
  size_categories:
15
+ - 100K<n<1M
16
+ - 1K<n<10K
 
 
17
  source_datasets:
18
  - original
19
  task_categories:
 
22
  - token-classification-other-fused-head-identification
23
  paperswithcode_id: numeric-fused-head
24
  pretty_name: Numeric Fused Heads
25
+ configs:
26
+ - identification
27
+ - resolution
28
  ---
29
 
30
  # Dataset Card for Numeric Fused Heads