Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
201742d
1 Parent(s): 5099b6f

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -19,6 +19,30 @@ task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: sst
21
  pretty_name: Stanford Sentiment Treebank v2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for [Dataset Name]
@@ -174,4 +198,4 @@ Unknown.
174
 
175
  ### Contributions
176
 
177
- Thanks to [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
 
19
  - sentiment-classification
20
  paperswithcode_id: sst
21
  pretty_name: Stanford Sentiment Treebank v2
22
+ dataset_info:
23
+ features:
24
+ - name: idx
25
+ dtype: int32
26
+ - name: sentence
27
+ dtype: string
28
+ - name: label
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ 0: negative
33
+ 1: positive
34
+ splits:
35
+ - name: test
36
+ num_bytes: 216868
37
+ num_examples: 1821
38
+ - name: train
39
+ num_bytes: 4690022
40
+ num_examples: 67349
41
+ - name: validation
42
+ num_bytes: 106361
43
+ num_examples: 872
44
+ download_size: 7439277
45
+ dataset_size: 5013251
46
  ---
47
 
48
  # Dataset Card for [Dataset Name]
 
198
 
199
  ### Contributions
200
 
201
+ Thanks to [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.