File size: 2,391 Bytes
47e9e80
 
8e2a755
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47e9e80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8e2a755
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47e9e80
 
 
 
 
 
 
 
 
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
---
dataset_info:
- config_name: bias_conflicting
  features:
  - name: uid
    dtype: int64
  - name: pixel_values
    sequence:
      sequence:
        sequence: float32
  - name: labels
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
          '2': '2'
          '3': '3'
          '4': '4'
          '5': '5'
          '6': '6'
          '7': '7'
          '8': '8'
          '9': '9'
  - name: colour
    dtype: string
  - name: is_biased
    dtype: bool
  splits:
  - name: train_bc01
    num_bytes: 528425664
    num_examples: 54000
  - name: train_bc05
    num_bytes: 528425593
    num_examples: 54000
  - name: train_bc10
    num_bytes: 528425453
    num_examples: 54000
  - name: train_bc20
    num_bytes: 528424929
    num_examples: 54000
  - name: test_bc90
    num_bytes: 97856071
    num_examples: 10000
  - name: validation_bc80
    num_bytes: 58713574
    num_examples: 6000
  - name: validation_bc50
    num_bytes: 58713692
    num_examples: 6000
  download_size: 426661462
  dataset_size: 2328984976
- config_name: raw
  features:
  - name: uid
    dtype: int64
  - name: image
    dtype: image
  - name: pixel_values
    sequence:
      sequence: uint8
  - name: labels
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
          '2': '2'
          '3': '3'
          '4': '4'
          '5': '5'
          '6': '6'
          '7': '7'
          '8': '8'
          '9': '9'
  splits:
  - name: test
    num_bytes: 11955182.0
    num_examples: 10000
  - name: train
    num_bytes: 64529118.0
    num_examples: 54000
  - name: validation
    num_bytes: 7174182.0
    num_examples: 6000
  download_size: 36207635
  dataset_size: 83658482.0
configs:
- config_name: bias_conflicting
  data_files:
  - split: train_bc01
    path: bias_conflicting/train_bc01-*
  - split: train_bc05
    path: bias_conflicting/train_bc05-*
  - split: train_bc10
    path: bias_conflicting/train_bc10-*
  - split: train_bc20
    path: bias_conflicting/train_bc20-*
  - split: test_bc90
    path: bias_conflicting/test_bc90-*
  - split: validation_bc80
    path: bias_conflicting/validation_bc80-*
  - split: validation_bc50
    path: bias_conflicting/validation_bc50-*
- config_name: raw
  data_files:
  - split: test
    path: raw/test-*
  - split: train
    path: raw/train-*
  - split: validation
    path: raw/validation-*
---