File size: 1,087 Bytes
2d39194
 
745c81a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2d39194
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
---

license: mit
dataset_info:
  config_name: combined
  features:
  - name: lv_text
    dtype: string
  - name: text
    dtype: string
  - name: labels
    sequence:
      class_label:
        names:
          '0': anger
          '1': disgust
          '2': fear
          '3': joy
          '4': sadness
          '5': surprise
          '6': neutral
  splits:
  - name: comb_train
    num_bytes: 81256819
    num_examples: 376857
  - name: comb_validation
    num_bytes: 10186771
    num_examples: 47107
  - name: lv_go_emotions_test
    num_bytes: 893753
    num_examples: 5427
  - name: lv_twitter_emotions_test
    num_bytes: 9280406
    num_examples: 41681
  download_size: 62184233
  dataset_size: 101617749
configs:
- config_name: combined
  data_files:
  - split: comb_train
    path: combined/comb_train-*
  - split: comb_validation
    path: combined/comb_validation-*
  - split: lv_go_emotions_test
    path: combined/lv_go_emotions_test-*
  - split: lv_twitter_emotions_test
    path: combined/lv_twitter_emotions_test-*
---