File size: 1,001 Bytes
1924279
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3ae8c6c
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
---
dataset_info:
  features:
  - name: img_bytes
    dtype: binary
  - name: age
    dtype:
      class_label:
        names:
          '0': 0-2
          '1': 3-9
          '2': 10-19
          '3': 20-29
          '4': 30-39
          '5': 40-49
          '6': 50-59
          '7': 60-69
          '8': more than 70
  - name: gender
    dtype:
      class_label:
        names:
          '0': Female
          '1': Male
  - name: race
    dtype:
      class_label:
        names:
          '0': Black
          '1': East Asian
          '2': Indian
          '3': Latino_Hispanic
          '4': Middle Eastern
          '5': Southeast Asian
          '6': White
  splits:
  - name: train
    num_bytes: 512748521
    num_examples: 86744
  - name: validation
    num_bytes: 64873651
    num_examples: 10954
  download_size: 562419827
  dataset_size: 577622172
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---