File size: 1,227 Bytes
b7bfa12
9fb827f
 
 
b7bfa12
9fb827f
 
b7bfa12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9fb827f
 
 
 
 
 
 
 
 
 
 
b7bfa12
 
 
9fb827f
 
 
 
 
 
 
b2033a2
 
 
 
 
fdb8e5f
b2033a2
 
 
 
 
 
fdb8e5f
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
language:
- en
- lt
license: mit
task_categories:
- text-classification
dataset_info:
  config_name: google_translator
  features:
  - name: lt_text
    dtype: string
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': sadness
          '1': joy
          '2': love
          '3': anger
          '4': fear
          '5': surprise
  splits:
  - name: train
    num_bytes: 71995184.8176143
    num_examples: 333447
  - name: validation
    num_bytes: 8999425.091192849
    num_examples: 41681
  - name: test
    num_bytes: 8999425.091192849
    num_examples: 41681
  download_size: 55584192
  dataset_size: 89994035.0
configs:
- config_name: google_translator
  data_files:
  - split: train
    path: google_translator/train-*
  - split: validation
    path: google_translator/validation-*
  - split: test
    path: google_translator/test-*
---
Original dataset: https://www.kaggle.com/datasets/nelgiriyewithana/emotions

The dataset was machine translated to Lithuanian using free Google Translate API.

Dataset contains 7 emotion labels as per Dr. Ekman theory. Labels are as follows:
```yaml
0: anger
1: disgust
2: fear
3: joy
4: sadness
5: surprise
6: neutral
```