lhoestq HF staff commited on
Commit
bafedf1
1 Parent(s): 0205be3

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
@@ -4,10 +4,8 @@ annotations_creators:
4
  language_creators:
5
  - found
6
  languages:
7
- es:
8
- - es
9
- nl:
10
- - nl
11
  licenses:
12
  - unknown
13
  multilinguality:
@@ -23,6 +21,9 @@ task_ids:
23
  - part-of-speech-tagging
24
  paperswithcode_id: conll-2002
25
  pretty_name: CoNLL-2002
 
 
 
26
  ---
27
 
28
  # Dataset Card for CoNLL-2002
 
4
  language_creators:
5
  - found
6
  languages:
7
+ - es
8
+ - nl
 
 
9
  licenses:
10
  - unknown
11
  multilinguality:
 
21
  - part-of-speech-tagging
22
  paperswithcode_id: conll-2002
23
  pretty_name: CoNLL-2002
24
+ configs:
25
+ - es
26
+ - nl
27
  ---
28
 
29
  # Dataset Card for CoNLL-2002