SkyWater21 commited on
Commit
9847d57
1 Parent(s): 8bec3fe

Combine datasets with standardized columns (text, lt_text, labels) and features.

Browse files
README.md CHANGED
@@ -1,3 +1,47 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ config_name: combined
5
+ features:
6
+ - name: lt_text
7
+ dtype: string
8
+ - name: text
9
+ dtype: string
10
+ - name: labels
11
+ sequence:
12
+ class_label:
13
+ names:
14
+ '0': anger
15
+ '1': disgust
16
+ '2': fear
17
+ '3': joy
18
+ '4': sadness
19
+ '5': surprise
20
+ '6': neutral
21
+ splits:
22
+ - name: comb_train
23
+ num_bytes: 80451966
24
+ num_examples: 376857
25
+ - name: comb_validation
26
+ num_bytes: 10029603
27
+ num_examples: 47107
28
+ - name: lt_go_emotions_test
29
+ num_bytes: 882333
30
+ num_examples: 5427
31
+ - name: lt_twitter_emotions_test
32
+ num_bytes: 9160224
33
+ num_examples: 41681
34
+ download_size: 61644637
35
+ dataset_size: 100524126
36
+ configs:
37
+ - config_name: combined
38
+ data_files:
39
+ - split: comb_train
40
+ path: combined/comb_train-*
41
+ - split: comb_validation
42
+ path: combined/comb_validation-*
43
+ - split: lt_go_emotions_test
44
+ path: combined/lt_go_emotions_test-*
45
+ - split: lt_twitter_emotions_test
46
+ path: combined/lt_twitter_emotions_test-*
47
  ---
combined/comb_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b113ec85bbfeb531ff83d493d7a79d6eda677d25cbcb0e616c2c2986729980f
3
+ size 49325647
combined/comb_validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e27fec901f519808a9829f247d5b4a35a79eb4b21031e6de1de8edf6c14bb7
3
+ size 6154934
combined/lt_go_emotions_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd7d570b4ee1cd6d9637136f41c11d95d6116c891d046b07623dfb32037bad7e
3
+ size 605836
combined/lt_twitter_emotions_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c3ecbdd9f0072d90ccd4e420c4991c7715eb51d90b1bc02541815f8c11db62
3
+ size 5558220