SkyWater21 commited on
Commit
c2c37d6
·
verified ·
1 Parent(s): 9847d57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -47
README.md CHANGED
@@ -1,47 +1,52 @@
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
- ---
 
 
 
 
 
 
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
+ ---
48
+ The dataset is a combined product of the the following dataset:
49
+ 1. [LT Go Emotions](https://huggingface.co/datasets/SkyWater21/lt_go_emotions)
50
+ 2. [LT Twitter Emotions](https://huggingface.co/datasets/SkyWater21/lt_twitter_emotions)
51
+
52
+ Dataset contains combined training and validation splits. The test split remained the unmodified from each of the used datasets.