File size: 589 Bytes
3646545
 
 
 
 
 
 
 
 
eaf104a
 
 
 
 
 
3646545
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': 'neutral'
          '1': 'happy'
          '2': 'sad'
          '3': 'angry'
          '4': 'fear'
          '5': 'disgust'
  splits:
  - name: train
    num_bytes: 380518755.036
    num_examples: 3646
  - name: test
    num_bytes: 91442698.0
    num_examples: 886
  download_size: 473984449
  dataset_size: 471961453.036
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---