lhoestq HF staff commited on
Commit
c4d36de
1 Parent(s): 5114bbe

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 +5 -4
README.md CHANGED
@@ -10,10 +10,8 @@ licenses:
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
- ollie_lemmagrep:
14
- - 10M<n<100M
15
- ollie_patterned:
16
- - 1M<n<10M
17
  source_datasets:
18
  - original
19
  task_categories:
@@ -22,6 +20,9 @@ task_ids:
22
  - relation-extraction
23
  paperswithcode_id: null
24
  pretty_name: Ollie
 
 
 
25
  ---
26
 
27
  # Dataset Card for Ollie
 
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
+ - 10M<n<100M
14
+ - 1M<n<10M
 
 
15
  source_datasets:
16
  - original
17
  task_categories:
 
20
  - relation-extraction
21
  paperswithcode_id: null
22
  pretty_name: Ollie
23
+ configs:
24
+ - ollie_lemmagrep
25
+ - ollie_patterned
26
  ---
27
 
28
  # Dataset Card for Ollie