lhoestq HF staff commited on
Commit
f9e2fc3
1 Parent(s): 7b48b81

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 +10 -8
README.md CHANGED
@@ -5,17 +5,15 @@ language_creators:
5
  - found
6
  languages:
7
  - en
8
- licenses: []
 
9
  multilinguality:
10
  - monolingual
11
  size_categories:
12
- default:
13
- - 10K<n<100K
14
- dictionary:
15
- - 100K<n<1M
16
- ptb:
17
- - 10K<n<100K
18
- source_datasets: []
19
  task_categories:
20
  - text-classification
21
  task_ids:
@@ -24,6 +22,10 @@ task_ids:
24
  - sentiment-scoring
25
  paperswithcode_id: sst
26
  pretty_name: Stanford Sentiment Treebank
 
 
 
 
27
  ---
28
 
29
  # Dataset Card for sst
 
5
  - found
6
  languages:
7
  - en
8
+ licenses:
9
+ - unknown
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
+ - 100K<n<1M
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
 
 
 
17
  task_categories:
18
  - text-classification
19
  task_ids:
 
22
  - sentiment-scoring
23
  paperswithcode_id: sst
24
  pretty_name: Stanford Sentiment Treebank
25
+ configs:
26
+ - default
27
+ - dictionary
28
+ - ptb
29
  ---
30
 
31
  # Dataset Card for sst