File size: 897 Bytes
08c5602
ad84bf0
 
08c5602
4db93ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51270b3
 
4db93ee
51270b3
 
4db93ee
51270b3
 
 
 
4db93ee
 
 
 
 
 
 
 
 
08c5602
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
---

language:
- en
license: mit
dataset_info:
  config_name: google_translator
  features:
  - name: lt_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: train
    num_bytes: 7095238
    num_examples: 43410
  - name: validation
    num_bytes: 885284
    num_examples: 5426
  - name: test
    num_bytes: 882333
    num_examples: 5427
  download_size: 6057071
  dataset_size: 8862855
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-*
---