lhoestq HF staff commited on
Commit
d2cd9a7
1 Parent(s): 86f714a

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 +6 -5
README.md CHANGED
@@ -6,14 +6,12 @@ language_creators:
6
  languages:
7
  - en
8
  licenses:
9
- - apache-2-0
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
- raw:
14
- - 100K<n<1M
15
- simplified:
16
- - 10K<n<100K
17
  source_datasets:
18
  - original
19
  task_categories:
@@ -24,6 +22,9 @@ task_ids:
24
  - text-classification-other-emotion
25
  paperswithcode_id: goemotions
26
  pretty_name: GoEmotions
 
 
 
27
  ---
28
 
29
  # Dataset Card for GoEmotions
6
  languages:
7
  - en
8
  licenses:
9
+ - apache-2.0
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
+ - 100K<n<1M
14
+ - 10K<n<100K
 
 
15
  source_datasets:
16
  - original
17
  task_categories:
22
  - text-classification-other-emotion
23
  paperswithcode_id: goemotions
24
  pretty_name: GoEmotions
25
+ configs:
26
+ - raw
27
+ - simplified
28
  ---
29
 
30
  # Dataset Card for GoEmotions