SkyWater21 commited on
Commit
a325de7
·
verified ·
1 Parent(s): 745c81a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -47
README.md CHANGED
@@ -1,47 +1,59 @@
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
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ task_categories:
48
+ - text-classification
49
+ language:
50
+ - lv
51
+ - en
52
+ size_categories:
53
+ - 100K<n<1M
54
+ ---
55
+ The dataset is a combined product of the the following dataset:
56
+ 1. [LV Go Emotions](https://huggingface.co/datasets/SkyWater21/lv_go_emotions)
57
+ 2. [LV Twitter Emotions](https://huggingface.co/datasets/SkyWater21/lv_twitter_emotions)
58
+
59
+ Dataset contains combined training and validation splits. The test split remained the unmodified from each of the used datasets.