add-captions

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