lhoestq HF staff commited on
Commit
ec1407a
1 Parent(s): 3d1d9b6

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 +9 -8
README.md CHANGED
@@ -18,15 +18,16 @@ source_datasets:
18
  task_categories:
19
  - text-classification
20
  task_ids:
21
- PAWS-X:
22
- - intent-classification
23
- XNLI:
24
- - semantic-similarity-classification
25
- CLS:
26
- - sentiment-classification
27
- WSD-V:
28
- - text-classification-other-Word Sense Disambiguation for Verbs
29
  paperswithcode_id: null
 
 
 
 
 
30
  ---
31
 
32
  # Dataset Card for FLUE
18
  task_categories:
19
  - text-classification
20
  task_ids:
21
+ - intent-classification
22
+ - semantic-similarity-classification
23
+ - sentiment-classification
24
+ - text-classification-other-Word Sense Disambiguation for Verbs
 
 
 
 
25
  paperswithcode_id: null
26
+ configs:
27
+ - CLS
28
+ - PAWS-X
29
+ - WSD-V
30
+ - XNLI
31
  ---
32
 
33
  # Dataset Card for FLUE