File size: 1,211 Bytes
e0ce990
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
61
62
---
dataset_info:
  features:
  - name: image
    dtype: image
  - 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': Male
          '1': Female
  - name: race
    dtype:
      class_label:
        names:
          '0': East Asian
          '1': Indian
          '2': Black
          '3': White
          '4': Middle Eastern
          '5': Latino_Hispanic
          '6': Southeast Asian
  - name: service_test
    dtype: bool
  - name: user_profile
    dtype: string
  splits:
  - name: train
    num_bytes: 1692305746.8241603
    num_examples: 78158
  - name: validation
    num_bytes: 211544002.70491984
    num_examples: 9770
  - name: test
    num_bytes: 211543944.08491987
    num_examples: 9770
  download_size: 2106150535
  dataset_size: 2115393693.614
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---