SkyWater21 commited on
Commit
745c81a
1 Parent(s): 2d39194

Combine datasets with standardized columns (text, lv_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: lv_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: 81256819
24
+ num_examples: 376857
25
+ - name: comb_validation
26
+ num_bytes: 10186771
27
+ num_examples: 47107
28
+ - name: lv_go_emotions_test
29
+ num_bytes: 893753
30
+ num_examples: 5427
31
+ - name: lv_twitter_emotions_test
32
+ num_bytes: 9280406
33
+ num_examples: 41681
34
+ download_size: 62184233
35
+ dataset_size: 101617749
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: lv_go_emotions_test
44
+ path: combined/lv_go_emotions_test-*
45
+ - split: lv_twitter_emotions_test
46
+ path: combined/lv_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:b004aba5b85157a62e3413c4df732070509a410717f35a181e40b8b4245684f0
3
+ size 49714250
combined/comb_validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d0ad121965f9fd59d42c3d8475332b07d434921cc5c7b0f3f3b983fb102d7c
3
+ size 6237737
combined/lv_go_emotions_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec3464329019448adf368b68decc29d497cd20f2c607091dd523e3ceda43bb28
3
+ size 610092
combined/lv_twitter_emotions_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5befee6cae3766aaa30009466b7238e7382308d004b33b4568e08c0fe318eab3
3
+ size 5622154