File size: 10,367 Bytes
90021a1
 
d65b2e1
 
 
 
 
ca979be
 
 
 
3d85801
 
 
 
5942699
 
 
 
5da7e21
 
 
 
4ceffbb
 
 
 
6fc2286
 
 
 
7b75417
 
 
 
cde2c1a
 
 
 
2853091
 
 
 
fac805e
 
 
 
c61b197
 
 
 
b9a46aa
 
 
 
0c9254b
 
 
 
964133a
 
 
 
0153f85
 
 
 
e8614fc
 
 
 
eba042c
 
 
 
022e03e
 
 
 
1ee7297
 
 
 
7763710
 
 
 
27db357
 
 
 
0fab492
 
 
 
49fd061
 
 
 
096c9d2
 
 
 
1419f15
 
 
 
19a9185
 
 
 
2254459
 
 
 
f5ebf57
 
 
 
7841ef7
 
 
 
5a89ad4
 
 
 
989b7e7
 
 
 
d65b2e1
5da7e21
d65b2e1
 
 
 
 
 
 
 
 
ca979be
 
 
 
 
 
 
 
 
 
3d85801
 
 
 
 
 
 
 
 
 
5942699
 
 
 
 
 
 
 
 
 
5da7e21
 
 
 
 
 
 
 
 
 
4ceffbb
 
 
 
 
 
 
 
 
 
6fc2286
 
 
 
 
 
 
 
 
 
7b75417
 
 
 
 
 
 
 
 
 
cde2c1a
 
 
 
 
 
 
 
 
 
2853091
 
 
 
 
 
 
 
 
 
fac805e
 
 
 
 
 
 
 
 
 
c61b197
 
 
 
 
 
 
 
 
 
b9a46aa
 
 
 
 
 
 
 
 
 
0c9254b
 
 
 
 
 
 
 
 
 
964133a
 
 
 
 
 
 
 
 
 
0153f85
 
 
 
 
 
 
 
 
 
e8614fc
 
 
 
 
 
 
 
 
 
eba042c
 
 
 
 
 
 
 
 
 
022e03e
 
 
 
 
 
 
 
 
 
1ee7297
 
 
 
 
 
 
 
 
 
7763710
 
 
 
 
 
 
 
 
 
27db357
 
 
 
 
 
 
 
 
 
0fab492
 
 
 
 
 
 
 
 
 
49fd061
 
 
 
 
 
 
 
 
 
096c9d2
 
 
 
 
 
 
 
 
 
1419f15
 
 
 
 
 
 
 
 
 
19a9185
 
 
 
 
 
 
 
 
 
2254459
 
 
 
 
 
 
 
 
 
f5ebf57
 
 
 
 
 
 
 
 
 
7841ef7
 
 
 
 
 
 
 
 
 
5a89ad4
 
 
 
 
 
 
 
 
 
989b7e7
 
 
 
 
 
 
 
 
 
90021a1
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
---
license: mit
configs:
- config_name: astropt_15m
  data_files:
  - split: train
    path: astropt_15m/train-*
  - split: test
    path: astropt_15m/test-*
  - split: calibration
    path: astropt_15m/calibration-*
- config_name: astropt_850m
  data_files:
  - split: train
    path: astropt_850m/train-*
  - split: test
    path: astropt_850m/test-*
  - split: calibration
    path: astropt_850m/calibration-*
- config_name: astropt_95m
  data_files:
  - split: train
    path: astropt_95m/train-*
  - split: test
    path: astropt_95m/test-*
  - split: calibration
    path: astropt_95m/calibration-*
- config_name: convnext_base
  data_files:
  - split: train
    path: convnext_base/train-*
  - split: test
    path: convnext_base/test-*
  - split: calibration
    path: convnext_base/calibration-*
- config_name: convnext_large
  data_files:
  - split: train
    path: convnext_large/train-*
  - split: test
    path: convnext_large/test-*
  - split: calibration
    path: convnext_large/calibration-*
- config_name: convnext_nano
  data_files:
  - split: train
    path: convnext_nano/train-*
  - split: test
    path: convnext_nano/test-*
  - split: calibration
    path: convnext_nano/calibration-*
- config_name: convnext_tiny
  data_files:
  - split: train
    path: convnext_tiny/train-*
  - split: test
    path: convnext_tiny/test-*
  - split: calibration
    path: convnext_tiny/calibration-*
- config_name: dino_base
  data_files:
  - split: train
    path: dino_base/train-*
  - split: test
    path: dino_base/test-*
  - split: calibration
    path: dino_base/calibration-*
- config_name: dino_giant
  data_files:
  - split: train
    path: dino_giant/train-*
  - split: test
    path: dino_giant/test-*
  - split: calibration
    path: dino_giant/calibration-*
- config_name: dino_large
  data_files:
  - split: train
    path: dino_large/train-*
  - split: test
    path: dino_large/test-*
  - split: calibration
    path: dino_large/calibration-*
- config_name: dino_small
  data_files:
  - split: train
    path: dino_small/train-*
  - split: test
    path: dino_small/test-*
  - split: calibration
    path: dino_small/calibration-*
- config_name: ijepa_giant
  data_files:
  - split: train
    path: ijepa_giant/train-*
  - split: test
    path: ijepa_giant/test-*
  - split: calibration
    path: ijepa_giant/calibration-*
- config_name: ijepa_huge
  data_files:
  - split: train
    path: ijepa_huge/train-*
  - split: test
    path: ijepa_huge/test-*
  - split: calibration
    path: ijepa_huge/calibration-*
- config_name: vit_base
  data_files:
  - split: train
    path: vit_base/train-*
  - split: test
    path: vit_base/test-*
  - split: calibration
    path: vit_base/calibration-*
- config_name: vit_huge
  data_files:
  - split: train
    path: vit_huge/train-*
  - split: test
    path: vit_huge/test-*
  - split: calibration
    path: vit_huge/calibration-*
- config_name: vit_large
  data_files:
  - split: train
    path: vit_large/train-*
  - split: test
    path: vit_large/test-*
  - split: calibration
    path: vit_large/calibration-*
dataset_info:
- config_name: astropt_15m
  features:
  - name: jwst_object_id
    dtype: string
  - name: astropt_15m_hsc
    list: float32
  - name: astropt_15m_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 2786803.7379679144
    num_examples: 898
  - name: test
    num_bytes: 927900.1310160428
    num_examples: 299
  - name: calibration
    num_bytes: 927900.1310160428
    num_examples: 299
  download_size: 6727584
  dataset_size: 4642604.0
- config_name: astropt_850m
  features:
  - name: jwst_object_id
    dtype: string
  - name: astropt_850m_hsc
    list: float32
  - name: astropt_850m_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 14740979.737967914
    num_examples: 898
  - name: test
    num_bytes: 4908188.131016043
    num_examples: 299
  - name: calibration
    num_bytes: 4908188.131016043
    num_examples: 299
  download_size: 28172408
  dataset_size: 24557356.0
- config_name: astropt_95m
  features:
  - name: jwst_object_id
    dtype: string
  - name: astropt_95m_hsc
    list: float32
  - name: astropt_95m_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 5545459.737967915
    num_examples: 898
  - name: test
    num_bytes: 1846428.1310160428
    num_examples: 299
  - name: calibration
    num_bytes: 1846428.1310160428
    num_examples: 299
  download_size: 12351800
  dataset_size: 9238316.0
- config_name: convnext_base
  features:
  - name: jwst_object_id
    dtype: string
  - name: convnext_base_hsc
    list: float32
  - name: convnext_base_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 7384563.737967915
    num_examples: 898
  - name: test
    num_bytes: 2458780.1310160425
    num_examples: 299
  - name: calibration
    num_bytes: 2458780.1310160425
    num_examples: 299
  download_size: 15924567
  dataset_size: 12302124.0
- config_name: convnext_large
  features:
  - name: jwst_object_id
    dtype: string
  - name: convnext_large_hsc
    list: float32
  - name: convnext_large_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 11062771.737967914
    num_examples: 898
  - name: test
    num_bytes: 3683484.1310160425
    num_examples: 299
  - name: calibration
    num_bytes: 3683484.1310160425
    num_examples: 299
  download_size: 22093002
  dataset_size: 18429740.0
- config_name: convnext_nano
  features:
  - name: jwst_object_id
    dtype: string
  - name: convnext_nano_hsc
    list: float32
  - name: convnext_nano_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 4625907.737967915
    num_examples: 898
  - name: test
    num_bytes: 1540252.1310160428
    num_examples: 299
  - name: calibration
    num_bytes: 1540252.1310160428
    num_examples: 299
  download_size: 10505145
  dataset_size: 7706412.000000001
- config_name: convnext_tiny
  features:
  - name: jwst_object_id
    dtype: string
  - name: convnext_tiny_hsc
    list: float32
  - name: convnext_tiny_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 5545459.737967915
    num_examples: 898
  - name: test
    num_bytes: 1846428.1310160428
    num_examples: 299
  - name: calibration
    num_bytes: 1846428.1310160428
    num_examples: 299
  download_size: 12361905
  dataset_size: 9238316.0
- config_name: dino_base
  features:
  - name: jwst_object_id
    dtype: string
  - name: dino_base_hsc
    list: float32
  - name: dino_base_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 5545459.737967915
    num_examples: 898
  - name: test
    num_bytes: 1846428.1310160428
    num_examples: 299
  - name: calibration
    num_bytes: 1846428.1310160428
    num_examples: 299
  download_size: 12326383
  dataset_size: 9238316.0
- config_name: dino_giant
  features:
  - name: jwst_object_id
    dtype: string
  - name: dino_giant_hsc
    list: float32
  - name: dino_giant_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 11062771.737967914
    num_examples: 898
  - name: test
    num_bytes: 3683484.1310160425
    num_examples: 299
  - name: calibration
    num_bytes: 3683484.1310160425
    num_examples: 299
  download_size: 22082175
  dataset_size: 18429740.0
- config_name: dino_large
  features:
  - name: jwst_object_id
    dtype: string
  - name: dino_large_hsc
    list: float32
  - name: dino_large_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 7384563.737967915
    num_examples: 898
  - name: test
    num_bytes: 2458780.1310160425
    num_examples: 299
  - name: calibration
    num_bytes: 2458780.1310160425
    num_examples: 299
  download_size: 15912019
  dataset_size: 12302124.0
- config_name: dino_small
  features:
  - name: jwst_object_id
    dtype: string
  - name: dino_small_hsc
    list: float32
  - name: dino_small_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 2786803.7379679144
    num_examples: 898
  - name: test
    num_bytes: 927900.1310160428
    num_examples: 299
  - name: calibration
    num_bytes: 927900.1310160428
    num_examples: 299
  download_size: 6713591
  dataset_size: 4642604.0
- config_name: ijepa_giant
  features:
  - name: jwst_object_id
    dtype: string
  - name: ijepa_giant_hsc
    list: float32
  - name: ijepa_giant_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 10143219.737967914
    num_examples: 898
  - name: test
    num_bytes: 3377308.1310160425
    num_examples: 299
  - name: calibration
    num_bytes: 3377308.1310160425
    num_examples: 299
  download_size: 20556940
  dataset_size: 16897836.0
- config_name: ijepa_huge
  features:
  - name: jwst_object_id
    dtype: string
  - name: ijepa_huge_hsc
    list: float32
  - name: ijepa_huge_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 9223667.737967914
    num_examples: 898
  - name: test
    num_bytes: 3071132.1310160425
    num_examples: 299
  - name: calibration
    num_bytes: 3071132.1310160425
    num_examples: 299
  download_size: 19020444
  dataset_size: 15365931.999999998
- config_name: vit_base
  features:
  - name: jwst_object_id
    dtype: string
  - name: vit_base_hsc
    list: float32
  - name: vit_base_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 5545459.737967915
    num_examples: 898
  - name: test
    num_bytes: 1846428.1310160428
    num_examples: 299
  - name: calibration
    num_bytes: 1846428.1310160428
    num_examples: 299
  download_size: 12326940
  dataset_size: 9238316.0
- config_name: vit_huge
  features:
  - name: jwst_object_id
    dtype: string
  - name: vit_huge_hsc
    list: float32
  - name: vit_huge_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 9223667.737967914
    num_examples: 898
  - name: test
    num_bytes: 3071132.1310160425
    num_examples: 299
  - name: calibration
    num_bytes: 3071132.1310160425
    num_examples: 299
  download_size: 19015787
  dataset_size: 15365931.999999998
- config_name: vit_large
  features:
  - name: jwst_object_id
    dtype: string
  - name: vit_large_hsc
    list: float32
  - name: vit_large_jwst
    list: float32
  splits:
  - name: train
    num_bytes: 7384563.737967915
    num_examples: 898
  - name: test
    num_bytes: 2458780.1310160425
    num_examples: 299
  - name: calibration
    num_bytes: 2458780.1310160425
    num_examples: 299
  download_size: 15907512
  dataset_size: 12302124.0
---