bartoszmaj commited on
Commit
cb97c54
1 Parent(s): c623cee

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: openrail
3
+ dataset_info:
4
+ features:
5
+ - name: sub
6
+ dtype: string
7
+ - name: created_utc
8
+ dtype: int64
9
+ - name: score
10
+ dtype: int64
11
+ - name: vader_sentiment
12
+ dtype: float64
13
+ - name: year
14
+ dtype: int64
15
+ - name: sentiment_cat
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 268134439
20
+ num_examples: 4600698
21
+ download_size: 86031901
22
+ dataset_size: 268134439
23
  ---