mwalmsley commited on
Commit
d9ead82
1 Parent(s): 6b00bd9

Upload dataset

Browse files
README.md CHANGED
@@ -15,6 +15,223 @@ tags:
15
  - astronomy
16
  - galaxies
17
  - citizen science
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
 
20
  # GZ Campaign Datasets
 
15
  - astronomy
16
  - galaxies
17
  - citizen science
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train-*
23
+ dataset_info:
24
+ features:
25
+ - name: image
26
+ dtype: image
27
+ - name: id_str
28
+ dtype: string
29
+ - name: ra
30
+ dtype: float64
31
+ - name: dec
32
+ dtype: float64
33
+ - name: smooth-or-featured-dr12_smooth
34
+ dtype: int32
35
+ - name: smooth-or-featured-dr12_featured-or-disk
36
+ dtype: int32
37
+ - name: smooth-or-featured-dr12_artifact
38
+ dtype: int32
39
+ - name: disk-edge-on-dr12_yes
40
+ dtype: int32
41
+ - name: disk-edge-on-dr12_no
42
+ dtype: int32
43
+ - name: has-spiral-arms-dr12_yes
44
+ dtype: int32
45
+ - name: has-spiral-arms-dr12_no
46
+ dtype: int32
47
+ - name: bar-dr12_yes
48
+ dtype: int32
49
+ - name: bar-dr12_no
50
+ dtype: int32
51
+ - name: bulge-size-dr12_dominant
52
+ dtype: int32
53
+ - name: bulge-size-dr12_obvious
54
+ dtype: int32
55
+ - name: bulge-size-dr12_none
56
+ dtype: int32
57
+ - name: how-rounded-dr12_completely
58
+ dtype: int32
59
+ - name: how-rounded-dr12_in-between
60
+ dtype: int32
61
+ - name: how-rounded-dr12_cigar-shaped
62
+ dtype: int32
63
+ - name: edge-on-bulge-dr12_boxy
64
+ dtype: int32
65
+ - name: edge-on-bulge-dr12_none
66
+ dtype: int32
67
+ - name: edge-on-bulge-dr12_rounded
68
+ dtype: int32
69
+ - name: spiral-winding-dr12_tight
70
+ dtype: int32
71
+ - name: spiral-winding-dr12_medium
72
+ dtype: int32
73
+ - name: spiral-winding-dr12_loose
74
+ dtype: int32
75
+ - name: spiral-arm-count-dr12_1
76
+ dtype: int32
77
+ - name: spiral-arm-count-dr12_2
78
+ dtype: int32
79
+ - name: spiral-arm-count-dr12_3
80
+ dtype: int32
81
+ - name: spiral-arm-count-dr12_4
82
+ dtype: int32
83
+ - name: spiral-arm-count-dr12_more-than-4
84
+ dtype: int32
85
+ - name: merging-dr12_neither
86
+ dtype: int32
87
+ - name: merging-dr12_tidal-debris
88
+ dtype: int32
89
+ - name: merging-dr12_both
90
+ dtype: int32
91
+ - name: merging-dr12_merger
92
+ dtype: int32
93
+ - name: smooth-or-featured-dr5_smooth
94
+ dtype: int32
95
+ - name: smooth-or-featured-dr5_featured-or-disk
96
+ dtype: int32
97
+ - name: smooth-or-featured-dr5_artifact
98
+ dtype: int32
99
+ - name: disk-edge-on-dr5_yes
100
+ dtype: int32
101
+ - name: disk-edge-on-dr5_no
102
+ dtype: int32
103
+ - name: has-spiral-arms-dr5_yes
104
+ dtype: int32
105
+ - name: has-spiral-arms-dr5_no
106
+ dtype: int32
107
+ - name: bar-dr5_strong
108
+ dtype: int32
109
+ - name: bar-dr5_weak
110
+ dtype: int32
111
+ - name: bar-dr5_no
112
+ dtype: int32
113
+ - name: bulge-size-dr5_dominant
114
+ dtype: int32
115
+ - name: bulge-size-dr5_large
116
+ dtype: int32
117
+ - name: bulge-size-dr5_moderate
118
+ dtype: int32
119
+ - name: bulge-size-dr5_small
120
+ dtype: int32
121
+ - name: bulge-size-dr5_none
122
+ dtype: int32
123
+ - name: how-rounded-dr5_round
124
+ dtype: int32
125
+ - name: how-rounded-dr5_in-between
126
+ dtype: int32
127
+ - name: how-rounded-dr5_cigar-shaped
128
+ dtype: int32
129
+ - name: edge-on-bulge-dr5_boxy
130
+ dtype: int32
131
+ - name: edge-on-bulge-dr5_none
132
+ dtype: int32
133
+ - name: edge-on-bulge-dr5_rounded
134
+ dtype: int32
135
+ - name: spiral-winding-dr5_tight
136
+ dtype: int32
137
+ - name: spiral-winding-dr5_medium
138
+ dtype: int32
139
+ - name: spiral-winding-dr5_loose
140
+ dtype: int32
141
+ - name: spiral-arm-count-dr5_1
142
+ dtype: int32
143
+ - name: spiral-arm-count-dr5_2
144
+ dtype: int32
145
+ - name: spiral-arm-count-dr5_3
146
+ dtype: int32
147
+ - name: spiral-arm-count-dr5_4
148
+ dtype: int32
149
+ - name: spiral-arm-count-dr5_more-than-4
150
+ dtype: int32
151
+ - name: spiral-arm-count-dr5_cant-tell
152
+ dtype: int32
153
+ - name: merging-dr5_none
154
+ dtype: int32
155
+ - name: merging-dr5_minor-disturbance
156
+ dtype: int32
157
+ - name: merging-dr5_major-disturbance
158
+ dtype: int32
159
+ - name: merging-dr5_merger
160
+ dtype: int32
161
+ - name: smooth-or-featured-dr8_smooth
162
+ dtype: int32
163
+ - name: smooth-or-featured-dr8_featured-or-disk
164
+ dtype: int32
165
+ - name: smooth-or-featured-dr8_artifact
166
+ dtype: int32
167
+ - name: disk-edge-on-dr8_yes
168
+ dtype: int32
169
+ - name: disk-edge-on-dr8_no
170
+ dtype: int32
171
+ - name: has-spiral-arms-dr8_yes
172
+ dtype: int32
173
+ - name: has-spiral-arms-dr8_no
174
+ dtype: int32
175
+ - name: bar-dr8_strong
176
+ dtype: int32
177
+ - name: bar-dr8_weak
178
+ dtype: int32
179
+ - name: bar-dr8_no
180
+ dtype: int32
181
+ - name: bulge-size-dr8_dominant
182
+ dtype: int32
183
+ - name: bulge-size-dr8_large
184
+ dtype: int32
185
+ - name: bulge-size-dr8_moderate
186
+ dtype: int32
187
+ - name: bulge-size-dr8_small
188
+ dtype: int32
189
+ - name: bulge-size-dr8_none
190
+ dtype: int32
191
+ - name: how-rounded-dr8_round
192
+ dtype: int32
193
+ - name: how-rounded-dr8_in-between
194
+ dtype: int32
195
+ - name: how-rounded-dr8_cigar-shaped
196
+ dtype: int32
197
+ - name: edge-on-bulge-dr8_boxy
198
+ dtype: int32
199
+ - name: edge-on-bulge-dr8_none
200
+ dtype: int32
201
+ - name: edge-on-bulge-dr8_rounded
202
+ dtype: int32
203
+ - name: spiral-winding-dr8_tight
204
+ dtype: int32
205
+ - name: spiral-winding-dr8_medium
206
+ dtype: int32
207
+ - name: spiral-winding-dr8_loose
208
+ dtype: int32
209
+ - name: spiral-arm-count-dr8_1
210
+ dtype: int32
211
+ - name: spiral-arm-count-dr8_2
212
+ dtype: int32
213
+ - name: spiral-arm-count-dr8_3
214
+ dtype: int32
215
+ - name: spiral-arm-count-dr8_4
216
+ dtype: int32
217
+ - name: spiral-arm-count-dr8_more-than-4
218
+ dtype: int32
219
+ - name: spiral-arm-count-dr8_cant-tell
220
+ dtype: int32
221
+ - name: merging-dr8_none
222
+ dtype: int32
223
+ - name: merging-dr8_minor-disturbance
224
+ dtype: int32
225
+ - name: merging-dr8_major-disturbance
226
+ dtype: int32
227
+ - name: merging-dr8_merger
228
+ dtype: int32
229
+ splits:
230
+ - name: train
231
+ num_bytes: 13783008259.51
232
+ num_examples: 319530
233
+ download_size: 13826678290
234
+ dataset_size: 13783008259.51
235
  ---
236
 
237
  # GZ Campaign Datasets
data/train-00000-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:395d6b0de517e7e8a51cf914a7235c0591bcaac221eb5fd408deff7c09a1fb0c
3
- size 492380227
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4414316e1a74fa49ae205dc81c8a78f28791e12c4a0965b5af052e9a20de782
3
+ size 492832584
data/train-00001-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a462e4673b0561e4a33c65b4847784575c38b740aa712b975c345503574d338
3
- size 494171387
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:523e25a4f0bfc68bb781a769a6153b3cb60fd46c98e4972b8b7c76e7345d8d1e
3
+ size 494623744
data/train-00002-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5f004ee3ed3470659fbc4f3e86ce292bb5710c3bf8f50c8fcdbee3cc36bf078
3
- size 493615851
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4247a0c2b6c2406ad8b210d2a298d573b80510a85abc84caf9f335a298b75e21
3
+ size 494068114
data/train-00003-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2352f8e7c2624fab2ab57770a36aab6c1afffbbb8c650d19bdaa00da94ec789
3
- size 493465636
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6953cef020f360d8ef1f3e6e30d8cbe535e596f71d24ea85694f69ab0c942bde
3
+ size 493917831
data/train-00004-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac80b2905576e9bfb7ac08961ecb7d54bca4c2ab7b6659c83012709a846d75b8
3
- size 492960444
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fe2b6095e5a2768f788a244ad59786408def6403b3608a46fda59f924332253
3
+ size 493412728
data/train-00005-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d60386c5b6d9fd201413a6e22e53bc995e3fb25cd95b4463544e72cf4b5d6491
3
- size 494012633
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bbd64228a933a50a080f1cc2a2643fdafa1d92aaf880e2d0648cd9d52e46eee
3
+ size 494465035
data/train-00006-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82d8d81e00b6c52aae99d083a094dfe3eb8ff615b3329681c9298c85072454d2
3
- size 493263555
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2b41d3eb0312e37e700c1223dcd1d1c19f5093c44889706da38ad61733a6abb
3
+ size 493715900
data/train-00007-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:744dbd2b4d7d56d51ef66304297feacdf33fb5fe3b3b043ad05b0b389b0225a0
3
- size 493347835
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3679f12ad6d9a6ed04c4dc9db32759c3472811a38da6d747ea982a6652233d9
3
+ size 493800198
data/train-00008-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8bbca4c76db25d007b1ef0faf92261d9432b4e10e7ece071f78d586f69f56fd6
3
- size 492732181
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a2745eed50f7a51842cf40245348ee21d792832c217b3fc54aa16c1a31eb9e5
3
+ size 493184414
data/train-00009-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2a450fccd7090c08cc2e4d0d0935bf414e4a3cf770d5487c45533af33af3419
3
- size 492738802
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:931f03264ec244ac3ab1f4e3a85c80ea498842f8ca80a573d4723cf59327719f
3
+ size 493191419
data/train-00010-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3feac931a3ac3407a7370e78b823f15e38414c0ceee5ee7869d14c113fbbdb51
3
- size 494512290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b98329d35a11c97f43d97b2b1cb2e99a32afbdcff3705c72ef5605025620baff
3
+ size 494964745
data/train-00011-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8372cd8e47b12c92de0c55d3a5cbc1fb3d20cdefce111a442cac66d40adabe80
3
- size 493541776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43307e3e15cec8cbed5c0bd7941b96347f6f455cd84503b74b93b4486352cbdf
3
+ size 493993982
data/train-00012-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce3297c1b314647d1b964ca6f3677fc064857f104bf71597112b6358690dfb27
3
- size 492598060
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b105b45796efe83437e9d439cde13c73db2857f0666aa194b8f507cb6464df01
3
+ size 493050444
data/train-00013-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b09152142623436bfcf3d171b0d07b520a160a37acd2b955b956f59c813585b
3
- size 494575796
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca703228ce2711bd1735f4ae02e9f5eae28b88d5a0627ef572114ce261b1df3f
3
+ size 495028186
data/train-00014-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8f410bd7b85341baa91521713ed3c69d226ecc13495ba17c4e1cc40f305f22d
3
- size 493271516
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a7696dc62e7d6f1c90e130299ab4d0e236f7d9fde10caba13df125b116db6b
3
+ size 493723875
data/train-00015-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d47e7905c8e5c1725a86c2a1ca8174b8495513abbd90d2b48af79218d8abef87
3
- size 493603716
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006654fdea1010f12c1155a945b4a99873af3e42bf9d20e8943494c1891cb74b
3
+ size 494055940
data/train-00016-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a911eb977cfe47c15425f596866bd9e3dfd81b29d993ffb4bbd32f6e365d72e3
3
- size 493343219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e5ec0df731985a26e673f237a1c0c3c8edd83c20317be2bf5a3a85cf6f5ea6
3
+ size 493795818
data/train-00017-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88735fc483e02348073607c904e4e41ccd2623e42dde3d9949f6b8fb2309286e
3
- size 493989058
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:335b5304ca987ba507c4a2de6c93b9f69bcec4788193455ae1de2ec7098eae93
3
+ size 494441448
data/train-00018-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d26bfe46dbefc37b9e0a76757039fa5c965717134575461488004217e8f0dc92
3
- size 494109429
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:003a2facb36e29a2b391ea61969fd5b42e7c76b698ffb765fc46826d34e4ef71
3
+ size 494561815
data/train-00019-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0ed08b62c645136b756ba57a5dd2f114c5119e0982882e5e2c9200e488a0116
3
- size 492702103
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e0975be0500460490054992692f9aad4acb567d5509357c6b203b1a35f530c2
3
+ size 493154538
data/train-00020-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0dd928e18f3fce8906e0dd0478a5243a7b3d31a80d64a11a324d02d355cfba13
3
- size 493973928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f1693ff700807804301d076bbd94d1785c7b9af32f0ce122491f40a9444bbb0
3
+ size 494426205
data/train-00021-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ed58e31f1764d675e4aa2c47e95fb1e0b7e7c97d67f1e8050ae632f95c8a32d
3
- size 493374346
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93c2f19b507418f33d416d9689fa37f29da62e02ed50d4f78318f3e6076ddda2
3
+ size 493826825
data/train-00022-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d9e77d6bc2186ae36982c74db73ab2367e9bbecd68136009e479dd8748a8cca
3
- size 492752470
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed13a472e051e76cb6c2ef152d16450ebe34936b99f10695ec770b6fbb5d122
3
+ size 493204965
data/train-00023-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1557c17eb7bc2bef58b1a48e96be638fb56d8417433ef1ede7f9e6f0620c925a
3
- size 493231856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bff83fb472712c3de82a832ff5c7a960416f65ce8a5f1a0c58f31316f03f1bd
3
+ size 493684144
data/train-00024-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf6137bd6ea3952d5d52e0e4502f511c030038858c79503bd42b6c9a0b4d7038
3
- size 493044481
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1ba7b4595b325209bf44d99f8d3772c273519c047e1e97e1dc3a09540e9ac8
3
+ size 493496739
data/train-00025-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ff38fa59d52ae8d8f152f70cb230f8ccd8426c9d0ce378d31dade27f966545b
3
- size 492773794
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1562225b6ada5ae5d8720a830af944d694a10b3b8bc735e12a06d284009a509e
3
+ size 493226334
data/train-00026-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:111733614af892f76dba556ba97b58d441d375c92a5c479f69ab5509fc7c1b6c
3
- size 493331967
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c95c7e17c149a5d1336c6c63e94529d9c6193831ba3a4d930fce7f69ac22fb80
3
+ size 493784341
data/train-00027-of-00028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ebad151401e43c8884acdce780245ea604de6f2b8af0619ba45b16f68bb8c69
3
- size 492593632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2990c4e84398fc85050ebe363562cd81298a6f12434b5039d4ccb101e8976d97
3
+ size 493045979