File size: 1,458 Bytes
f70beb3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: object
    dtype: string
  - name: singular_object
    dtype: string
  - name: plural_object
    dtype: string
  - name: correct_answer
    dtype: string
  - name: incorrect_answer
    dtype: string
  - name: original_correct_answers
    list: string
  - name: color_entropy
    dtype: float64
  - name: color_probs
    struct:
    - name: white
      dtype: float64
    - name: black
      dtype: float64
    - name: brown
      dtype: float64
    - name: green
      dtype: float64
    - name: grey
      dtype: float64
    - name: red
      dtype: float64
    - name: silver
      dtype: float64
    - name: yellow
      dtype: float64
    - name: orange
      dtype: float64
    - name: blue
      dtype: float64
    - name: pink
      dtype: float64
    - name: gold
      dtype: float64
    - name: brass
      dtype: float64
    - name: tan
      dtype: float64
    - name: burgundy
      dtype: float64
    - name: purple
      dtype: float64
  - name: top_colors
    list: string
  - name: argmax_color
    dtype: string
  - name: original_image
    dtype: image
  - name: counterfact_image
    dtype: image
  - name: entropy_category
    dtype: string
  - name: entropy_rank
    dtype: int64
  splits:
  - name: train
    num_bytes: 229565456
    num_examples: 493
  download_size: 226599863
  dataset_size: 229565456
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---