prakod commited on
Commit
59f8552
·
verified ·
1 Parent(s): 9091e2a

Merged all sentiment datasets except sst5_mod, with standardized columns and unique IDs.

Browse files
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': neutral
11
+ '1': negative
12
+ '2': positive
13
+ - name: source
14
+ dtype: string
15
+ - name: unique_id
16
+ dtype: int64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 3945267
20
+ num_examples: 26794
21
+ - name: validation
22
+ num_bytes: 726704
23
+ num_examples: 4648
24
+ - name: test
25
+ num_bytes: 771891
26
+ num_examples: 5037
27
+ download_size: 3201823
28
+ dataset_size: 5443862
29
+ configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: train
33
+ path: data/train-*
34
+ - split: validation
35
+ path: data/validation-*
36
+ - split: test
37
+ path: data/test-*
38
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4257ab54fccec268b0cd6c1cfa1e2dc7cb54146d158e5f15addccbbf5e8b68
3
+ size 452796
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4fc706df52ffef2d06bb338d430bbbae6cdf85d54d85cae0c303576ebc3a77
3
+ size 2313872
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ddfbe8a187acddf8b2ce1a4a34b59033de20d5f12c00ce2a4e4665826172ec
3
+ size 435155