Added new column for captions to test split
Browse files- README.md +349 -0
- captioned/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
configs:
|
|
|
|
|
|
|
|
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
@@ -10,6 +14,351 @@ configs:
|
|
10 |
- split: test
|
11 |
path: data/test-*
|
12 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
features:
|
14 |
- name: dr8_id
|
15 |
dtype: string
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
configs:
|
4 |
+
- config_name: captioned
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: captioned/train-*
|
8 |
- config_name: default
|
9 |
data_files:
|
10 |
- split: train
|
|
|
14 |
- split: test
|
15 |
path: data/test-*
|
16 |
dataset_info:
|
17 |
+
- config_name: captioned
|
18 |
+
features:
|
19 |
+
- name: ra
|
20 |
+
dtype: float64
|
21 |
+
- name: dec
|
22 |
+
dtype: float64
|
23 |
+
- name: brickid
|
24 |
+
dtype: int32
|
25 |
+
- name: objid
|
26 |
+
dtype: int32
|
27 |
+
- name: smooth-or-featured_smooth_fraction
|
28 |
+
dtype: float32
|
29 |
+
- name: smooth-or-featured_featured-or-disk_fraction
|
30 |
+
dtype: float32
|
31 |
+
- name: smooth-or-featured_artifact_fraction
|
32 |
+
dtype: float32
|
33 |
+
- name: disk-edge-on_yes_fraction
|
34 |
+
dtype: float32
|
35 |
+
- name: disk-edge-on_no_fraction
|
36 |
+
dtype: float32
|
37 |
+
- name: has-spiral-arms_yes_fraction
|
38 |
+
dtype: float32
|
39 |
+
- name: has-spiral-arms_no_fraction
|
40 |
+
dtype: float32
|
41 |
+
- name: bar_strong_fraction
|
42 |
+
dtype: float32
|
43 |
+
- name: bar_weak_fraction
|
44 |
+
dtype: float32
|
45 |
+
- name: bar_no_fraction
|
46 |
+
dtype: float32
|
47 |
+
- name: bulge-size_dominant_fraction
|
48 |
+
dtype: float32
|
49 |
+
- name: bulge-size_large_fraction
|
50 |
+
dtype: float32
|
51 |
+
- name: bulge-size_moderate_fraction
|
52 |
+
dtype: float32
|
53 |
+
- name: bulge-size_small_fraction
|
54 |
+
dtype: float32
|
55 |
+
- name: bulge-size_none_fraction
|
56 |
+
dtype: float32
|
57 |
+
- name: how-rounded_round_fraction
|
58 |
+
dtype: float32
|
59 |
+
- name: how-rounded_in-between_fraction
|
60 |
+
dtype: float32
|
61 |
+
- name: how-rounded_cigar-shaped_fraction
|
62 |
+
dtype: float32
|
63 |
+
- name: edge-on-bulge_boxy_fraction
|
64 |
+
dtype: float32
|
65 |
+
- name: edge-on-bulge_none_fraction
|
66 |
+
dtype: float32
|
67 |
+
- name: edge-on-bulge_rounded_fraction
|
68 |
+
dtype: float32
|
69 |
+
- name: spiral-winding_tight_fraction
|
70 |
+
dtype: float32
|
71 |
+
- name: spiral-winding_medium_fraction
|
72 |
+
dtype: float32
|
73 |
+
- name: spiral-winding_loose_fraction
|
74 |
+
dtype: float32
|
75 |
+
- name: spiral-arm-count_1_fraction
|
76 |
+
dtype: float32
|
77 |
+
- name: spiral-arm-count_2_fraction
|
78 |
+
dtype: float32
|
79 |
+
- name: spiral-arm-count_3_fraction
|
80 |
+
dtype: float32
|
81 |
+
- name: spiral-arm-count_4_fraction
|
82 |
+
dtype: float32
|
83 |
+
- name: spiral-arm-count_more-than-4_fraction
|
84 |
+
dtype: float32
|
85 |
+
- name: spiral-arm-count_cant-tell_fraction
|
86 |
+
dtype: float32
|
87 |
+
- name: merging_none_fraction
|
88 |
+
dtype: float32
|
89 |
+
- name: merging_minor-disturbance_fraction
|
90 |
+
dtype: float32
|
91 |
+
- name: merging_major-disturbance_fraction
|
92 |
+
dtype: float32
|
93 |
+
- name: merging_merger_fraction
|
94 |
+
dtype: float32
|
95 |
+
- name: file_name
|
96 |
+
dtype: string
|
97 |
+
- name: iauname
|
98 |
+
dtype: string
|
99 |
+
- name: est_petro_th50
|
100 |
+
dtype: float64
|
101 |
+
- name: mag_r_desi
|
102 |
+
dtype: float32
|
103 |
+
- name: mag_g_desi
|
104 |
+
dtype: float32
|
105 |
+
- name: mag_z_desi
|
106 |
+
dtype: float32
|
107 |
+
- name: petro_theta
|
108 |
+
dtype: float32
|
109 |
+
- name: petro_th50
|
110 |
+
dtype: float32
|
111 |
+
- name: petro_th90
|
112 |
+
dtype: float32
|
113 |
+
- name: petro_phi50
|
114 |
+
dtype: float32
|
115 |
+
- name: petro_phi90
|
116 |
+
dtype: float32
|
117 |
+
- name: petro_ba50
|
118 |
+
dtype: float32
|
119 |
+
- name: petro_ba90
|
120 |
+
dtype: float32
|
121 |
+
- name: elpetro_ba
|
122 |
+
dtype: float32
|
123 |
+
- name: elpetro_phi
|
124 |
+
dtype: float32
|
125 |
+
- name: elpetro_flux_r
|
126 |
+
dtype: float32
|
127 |
+
- name: elpetro_theta_r
|
128 |
+
dtype: float32
|
129 |
+
- name: elpetro_mass
|
130 |
+
dtype: float32
|
131 |
+
- name: sersic_n
|
132 |
+
dtype: float32
|
133 |
+
- name: sersic_ba
|
134 |
+
dtype: float32
|
135 |
+
- name: sersic_phi
|
136 |
+
dtype: float32
|
137 |
+
- name: elpetro_absmag_f
|
138 |
+
dtype: float32
|
139 |
+
- name: sersic_nmgy_f
|
140 |
+
dtype: float32
|
141 |
+
- name: elpetro_absmag_n
|
142 |
+
dtype: float32
|
143 |
+
- name: sersic_nmgy_n
|
144 |
+
dtype: float32
|
145 |
+
- name: elpetro_absmag_u
|
146 |
+
dtype: float32
|
147 |
+
- name: sersic_nmgy_u
|
148 |
+
dtype: float32
|
149 |
+
- name: elpetro_absmag_g
|
150 |
+
dtype: float32
|
151 |
+
- name: sersic_nmgy_g
|
152 |
+
dtype: float32
|
153 |
+
- name: elpetro_absmag_r
|
154 |
+
dtype: float32
|
155 |
+
- name: sersic_nmgy_r
|
156 |
+
dtype: float32
|
157 |
+
- name: elpetro_absmag_i
|
158 |
+
dtype: float32
|
159 |
+
- name: sersic_nmgy_i
|
160 |
+
dtype: float32
|
161 |
+
- name: elpetro_absmag_z
|
162 |
+
dtype: float32
|
163 |
+
- name: sersic_nmgy_z
|
164 |
+
dtype: float32
|
165 |
+
- name: redshift_nsa
|
166 |
+
dtype: float32
|
167 |
+
- name: mag_f
|
168 |
+
dtype: float32
|
169 |
+
- name: mag_n
|
170 |
+
dtype: float32
|
171 |
+
- name: mag_u
|
172 |
+
dtype: float32
|
173 |
+
- name: mag_g
|
174 |
+
dtype: float32
|
175 |
+
- name: mag_r
|
176 |
+
dtype: float32
|
177 |
+
- name: mag_i
|
178 |
+
dtype: float32
|
179 |
+
- name: mag_z
|
180 |
+
dtype: float32
|
181 |
+
- name: u_minus_r
|
182 |
+
dtype: float32
|
183 |
+
- name: elpetro_mass_log
|
184 |
+
dtype: float32
|
185 |
+
- name: dr7objid_ossy
|
186 |
+
dtype: float64
|
187 |
+
- name: ra_ossy
|
188 |
+
dtype: float64
|
189 |
+
- name: dec_ossy
|
190 |
+
dtype: float64
|
191 |
+
- name: redshift_ossy
|
192 |
+
dtype: float64
|
193 |
+
- name: log_l_oiii
|
194 |
+
dtype: float64
|
195 |
+
- name: fwhm
|
196 |
+
dtype: float64
|
197 |
+
- name: e_fwhm
|
198 |
+
dtype: float64
|
199 |
+
- name: equiv_width
|
200 |
+
dtype: float64
|
201 |
+
- name: log_l_ha
|
202 |
+
dtype: float64
|
203 |
+
- name: log_m_bh
|
204 |
+
dtype: float64
|
205 |
+
- name: upper_e_log_m_bh
|
206 |
+
dtype: float64
|
207 |
+
- name: lower_e_log_m_bh
|
208 |
+
dtype: float64
|
209 |
+
- name: log_bolometric_l
|
210 |
+
dtype: float64
|
211 |
+
- name: ra_alf
|
212 |
+
dtype: float64
|
213 |
+
- name: dec_alf
|
214 |
+
dtype: float64
|
215 |
+
- name: W50
|
216 |
+
dtype: float64
|
217 |
+
- name: sigW
|
218 |
+
dtype: float64
|
219 |
+
- name: W20
|
220 |
+
dtype: float64
|
221 |
+
- name: HIflux
|
222 |
+
dtype: float64
|
223 |
+
- name: sigflux
|
224 |
+
dtype: float64
|
225 |
+
- name: SNR
|
226 |
+
dtype: float64
|
227 |
+
- name: RMS
|
228 |
+
dtype: float64
|
229 |
+
- name: Dist
|
230 |
+
dtype: float64
|
231 |
+
- name: sigDist
|
232 |
+
dtype: float64
|
233 |
+
- name: logMH
|
234 |
+
dtype: float64
|
235 |
+
- name: siglogMH
|
236 |
+
dtype: float64
|
237 |
+
- name: ra_jhu
|
238 |
+
dtype: float32
|
239 |
+
- name: dec_jhu
|
240 |
+
dtype: float32
|
241 |
+
- name: fibre_sfr_avg
|
242 |
+
dtype: float32
|
243 |
+
- name: fibre_sfr_entropy
|
244 |
+
dtype: float32
|
245 |
+
- name: fibre_sfr_median
|
246 |
+
dtype: float32
|
247 |
+
- name: fibre_sfr_mode
|
248 |
+
dtype: float32
|
249 |
+
- name: fibre_sfr_p16
|
250 |
+
dtype: float32
|
251 |
+
- name: fibre_sfr_p2p5
|
252 |
+
dtype: float32
|
253 |
+
- name: fibre_sfr_p84
|
254 |
+
dtype: float32
|
255 |
+
- name: fibre_sfr_p97p5
|
256 |
+
dtype: float32
|
257 |
+
- name: fibre_ssfr_avg
|
258 |
+
dtype: float32
|
259 |
+
- name: fibre_ssfr_entropy
|
260 |
+
dtype: float32
|
261 |
+
- name: fibre_ssfr_median
|
262 |
+
dtype: float32
|
263 |
+
- name: fibre_ssfr_mode
|
264 |
+
dtype: float32
|
265 |
+
- name: fibre_ssfr_p16
|
266 |
+
dtype: float32
|
267 |
+
- name: fibre_ssfr_p2p5
|
268 |
+
dtype: float32
|
269 |
+
- name: fibre_ssfr_p84
|
270 |
+
dtype: float32
|
271 |
+
- name: fibre_ssfr_p97p5
|
272 |
+
dtype: float32
|
273 |
+
- name: total_ssfr_avg
|
274 |
+
dtype: float32
|
275 |
+
- name: total_ssfr_entropy
|
276 |
+
dtype: float64
|
277 |
+
- name: total_ssfr_flag
|
278 |
+
dtype: float64
|
279 |
+
- name: total_ssfr_median
|
280 |
+
dtype: float32
|
281 |
+
- name: total_ssfr_mode
|
282 |
+
dtype: float32
|
283 |
+
- name: total_ssfr_p16
|
284 |
+
dtype: float32
|
285 |
+
- name: total_ssfr_p2p5
|
286 |
+
dtype: float32
|
287 |
+
- name: total_ssfr_p84
|
288 |
+
dtype: float32
|
289 |
+
- name: total_ssfr_p97p5
|
290 |
+
dtype: float32
|
291 |
+
- name: total_sfr_avg
|
292 |
+
dtype: float32
|
293 |
+
- name: total_sfr_entropy
|
294 |
+
dtype: float64
|
295 |
+
- name: total_sfr_flag
|
296 |
+
dtype: float32
|
297 |
+
- name: total_sfr_median
|
298 |
+
dtype: float32
|
299 |
+
- name: total_sfr_mode
|
300 |
+
dtype: float32
|
301 |
+
- name: total_sfr_p16
|
302 |
+
dtype: float32
|
303 |
+
- name: total_sfr_p2p5
|
304 |
+
dtype: float32
|
305 |
+
- name: total_sfr_p84
|
306 |
+
dtype: float32
|
307 |
+
- name: total_sfr_p97p5
|
308 |
+
dtype: float32
|
309 |
+
- name: photoz_id
|
310 |
+
dtype: float64
|
311 |
+
- name: ra_photoz
|
312 |
+
dtype: float64
|
313 |
+
- name: dec_photoz
|
314 |
+
dtype: float64
|
315 |
+
- name: photo_z
|
316 |
+
dtype: float64
|
317 |
+
- name: photo_zerr
|
318 |
+
dtype: float64
|
319 |
+
- name: spec_z
|
320 |
+
dtype: float64
|
321 |
+
- name: mag_abs_g_photoz
|
322 |
+
dtype: float64
|
323 |
+
- name: mag_abs_r_photoz
|
324 |
+
dtype: float64
|
325 |
+
- name: mag_abs_z_photoz
|
326 |
+
dtype: float64
|
327 |
+
- name: mass_inf_photoz
|
328 |
+
dtype: float64
|
329 |
+
- name: mass_med_photoz
|
330 |
+
dtype: float64
|
331 |
+
- name: mass_sup_photoz
|
332 |
+
dtype: float64
|
333 |
+
- name: sfr_inf_photoz
|
334 |
+
dtype: float64
|
335 |
+
- name: sfr_sup_photoz
|
336 |
+
dtype: float64
|
337 |
+
- name: ssfr_inf_photoz
|
338 |
+
dtype: float64
|
339 |
+
- name: ssfr_med_photoz
|
340 |
+
dtype: float64
|
341 |
+
- name: ssfr_sup_photoz
|
342 |
+
dtype: float64
|
343 |
+
- name: sky_separation_arcsec_from_photoz
|
344 |
+
dtype: float64
|
345 |
+
- name: redshift
|
346 |
+
dtype: float64
|
347 |
+
- name: est_petro_th50_kpc
|
348 |
+
dtype: float64
|
349 |
+
- name: __index_level_0__
|
350 |
+
dtype: int64
|
351 |
+
- name: caption
|
352 |
+
dtype: string
|
353 |
+
- name: dr8_id
|
354 |
+
dtype: string
|
355 |
+
splits:
|
356 |
+
- name: train
|
357 |
+
num_bytes: 137740683
|
358 |
+
num_examples: 86471
|
359 |
+
download_size: 53440758
|
360 |
+
dataset_size: 137740683
|
361 |
+
- config_name: default
|
362 |
features:
|
363 |
- name: dr8_id
|
364 |
dtype: string
|
captioned/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab3930d5f4bc1bd3ad2855234a5a0f59e6d44a22b178c6f9feef45059b3241da
|
3 |
+
size 53440758
|