mwalmsley commited on
Commit
7abbb93
1 Parent(s): 97eb5df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -159
README.md CHANGED
@@ -28,165 +28,6 @@ configs:
28
  path: evo/train-*
29
  - split: test
30
  path: evo/test-*
31
- dataset_info:
32
- - config_name: default
33
- features:
34
- - name: image
35
- dtype: image
36
- - name: id_str
37
- dtype: string
38
- - name: ra
39
- dtype: float64
40
- - name: dec
41
- dtype: float64
42
- - name: smooth-or-featured-gz2_smooth
43
- dtype: int32
44
- - name: smooth-or-featured-gz2_featured-or-disk
45
- dtype: int32
46
- - name: smooth-or-featured-gz2_artifact
47
- dtype: int32
48
- - name: disk-edge-on-gz2_yes
49
- dtype: int32
50
- - name: disk-edge-on-gz2_no
51
- dtype: int32
52
- - name: has-spiral-arms-gz2_yes
53
- dtype: int32
54
- - name: has-spiral-arms-gz2_no
55
- dtype: int32
56
- - name: bar-gz2_yes
57
- dtype: int32
58
- - name: bar-gz2_no
59
- dtype: int32
60
- - name: bulge-size-gz2_dominant
61
- dtype: int32
62
- - name: bulge-size-gz2_obvious
63
- dtype: int32
64
- - name: bulge-size-gz2_just-noticeable
65
- dtype: int32
66
- - name: bulge-size-gz2_no
67
- dtype: int32
68
- - name: something-odd-gz2_yes
69
- dtype: int32
70
- - name: something-odd-gz2_no
71
- dtype: int32
72
- - name: how-rounded-gz2_round
73
- dtype: int32
74
- - name: how-rounded-gz2_in-between
75
- dtype: int32
76
- - name: how-rounded-gz2_cigar
77
- dtype: int32
78
- - name: bulge-shape-gz2_round
79
- dtype: int32
80
- - name: bulge-shape-gz2_boxy
81
- dtype: int32
82
- - name: bulge-shape-gz2_no-bulge
83
- dtype: int32
84
- - name: spiral-winding-gz2_tight
85
- dtype: int32
86
- - name: spiral-winding-gz2_medium
87
- dtype: int32
88
- - name: spiral-winding-gz2_loose
89
- dtype: int32
90
- - name: spiral-arm-count-gz2_1
91
- dtype: int32
92
- - name: spiral-arm-count-gz2_2
93
- dtype: int32
94
- - name: spiral-arm-count-gz2_3
95
- dtype: int32
96
- - name: spiral-arm-count-gz2_4
97
- dtype: int32
98
- - name: spiral-arm-count-gz2_more-than-4
99
- dtype: int32
100
- - name: spiral-arm-count-gz2_cant-tell
101
- dtype: int32
102
- splits:
103
- - name: train
104
- num_bytes: 2263236825.75
105
- num_examples: 166850
106
- - name: test
107
- num_bytes: 571235384.048
108
- num_examples: 41713
109
- download_size: 2847031568
110
- dataset_size: 2834472209.798
111
- - config_name: evo
112
- features:
113
- - name: image
114
- dtype: image
115
- - name: id_str
116
- dtype: string
117
- - name: ra
118
- dtype: float64
119
- - name: dec
120
- dtype: float64
121
- - name: smooth-or-featured-gz2_smooth
122
- dtype: int32
123
- - name: smooth-or-featured-gz2_featured-or-disk
124
- dtype: int32
125
- - name: smooth-or-featured-gz2_artifact
126
- dtype: int32
127
- - name: disk-edge-on-gz2_yes
128
- dtype: int32
129
- - name: disk-edge-on-gz2_no
130
- dtype: int32
131
- - name: has-spiral-arms-gz2_yes
132
- dtype: int32
133
- - name: has-spiral-arms-gz2_no
134
- dtype: int32
135
- - name: bar-gz2_yes
136
- dtype: int32
137
- - name: bar-gz2_no
138
- dtype: int32
139
- - name: bulge-size-gz2_dominant
140
- dtype: int32
141
- - name: bulge-size-gz2_obvious
142
- dtype: int32
143
- - name: bulge-size-gz2_just-noticeable
144
- dtype: int32
145
- - name: bulge-size-gz2_no
146
- dtype: int32
147
- - name: something-odd-gz2_yes
148
- dtype: int32
149
- - name: something-odd-gz2_no
150
- dtype: int32
151
- - name: how-rounded-gz2_round
152
- dtype: int32
153
- - name: how-rounded-gz2_in-between
154
- dtype: int32
155
- - name: how-rounded-gz2_cigar
156
- dtype: int32
157
- - name: bulge-shape-gz2_round
158
- dtype: int32
159
- - name: bulge-shape-gz2_boxy
160
- dtype: int32
161
- - name: bulge-shape-gz2_no-bulge
162
- dtype: int32
163
- - name: spiral-winding-gz2_tight
164
- dtype: int32
165
- - name: spiral-winding-gz2_medium
166
- dtype: int32
167
- - name: spiral-winding-gz2_loose
168
- dtype: int32
169
- - name: spiral-arm-count-gz2_1
170
- dtype: int32
171
- - name: spiral-arm-count-gz2_2
172
- dtype: int32
173
- - name: spiral-arm-count-gz2_3
174
- dtype: int32
175
- - name: spiral-arm-count-gz2_4
176
- dtype: int32
177
- - name: spiral-arm-count-gz2_more-than-4
178
- dtype: int32
179
- - name: spiral-arm-count-gz2_cant-tell
180
- dtype: int32
181
- splits:
182
- - name: train
183
- num_bytes: 2322857300.771
184
- num_examples: 172377
185
- - name: test
186
- num_bytes: 258081363.006
187
- num_examples: 18797
188
- download_size: 2597926449
189
- dataset_size: 2580938663.777
190
  ---
191
 
192
  # GZ Campaign Datasets
 
28
  path: evo/train-*
29
  - split: test
30
  path: evo/test-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  # GZ Campaign Datasets