Dataset Viewer
Auto-converted to Parquet Duplicate
object_id
stringlengths
11
14
image
listlengths
46.1k
46.1k
image_shape
listlengths
3
3
label
int64
0
9
0448p012-243
[0.0032595936208963394,0.0009700215887278318,-0.0003660037473309785,-0.0008449635352008045,-0.000822(...TRUNCATED)
[ 5, 96, 96 ]
1
0446p005-6585
[-0.0006526085780933499,-0.00090215471573174,-0.0002237875305581838,0.004393815062940121,0.001142502(...TRUNCATED)
[ 5, 96, 96 ]
1
0446p002-6645
[0.0002459200331941247,0.003681247355416417,0.002227544318884611,0.00014189875219017267,0.0004958842(...TRUNCATED)
[ 5, 96, 96 ]
2
0448p007-4561
[0.0019816402345895767,0.00033018377143889666,0.0020023274701088667,-0.0013767445925623178,0.0000557(...TRUNCATED)
[ 5, 96, 96 ]
4
0443p007-2967
[-0.0015626632375642657,-0.0009958809241652489,-0.0016850874526426196,0.002319610444828868,0.0019805(...TRUNCATED)
[ 5, 96, 96 ]
8
0438p010-6491
[0.0001809947716537863,0.002114370232447982,0.000958252465352416,-0.0018153972923755646,0.0014532398(...TRUNCATED)
[ 5, 96, 96 ]
8
0436p012-5176
[0.0012267209822311997,0.002259089145809412,0.0020732018165290356,-0.0026370869018137455,0.002840055(...TRUNCATED)
[ 5, 96, 96 ]
9
0453p005-783
[0.0006141623016446829,0.0015853109071031213,0.0013803750043734908,-0.0006776607478968799,0.00201550(...TRUNCATED)
[ 5, 96, 96 ]
9
1348p032-9105
[0.005802758038043976,0.012838288210332394,0.016298850998282433,0.0205837432295084,0.025468505918979(...TRUNCATED)
[ 5, 96, 96 ]
2
1348p035-4810
[0.0024897062685340643,-5.539972335100174e-6,0.001288712490350008,0.001189693808555603,-0.0005154400(...TRUNCATED)
[ 5, 96, 96 ]
2
End of preview. Expand in Data Studio

OneAstroBench

Official v0 evaluation subsets for OneAstroBench (astronomical foundation-model benchmark).

Configs (tasks)

Config Task Split(s) Notes
OA-A1-gz10-morph-v0 GZ10 morphology (10-class) test images (5,96,96) + label
OA-A2-object-class-v0 STAR / GALAXY / QSO test images (4,96,96) + label
OA-B1-sspp-stellar-v0 SSPP stellar params test 1D spectra + Teff/logg/[Fe/H]
OA-B2-provabgs-v0 ProVABGS galaxy params test images + log_mstar/ssfr/z
OA-C1-lens-retrieval-v0 Strong-lens retrieval query, gallery + qrels.parquet
OA-E1-img-phot2spec-v0 Image+phot → spectrum test image, photometry, target spectrum

Arrays are stored as flat float32 lists (image, spectrum_*) plus an explicit *_shape column so the Dataset Viewer shows collapsible numeric lists (not Base64 unknown blobs).

from datasets import load_dataset
import numpy as np
ds = load_dataset("xiaofanloveme/OneAstroBench", "OA-A1-gz10-morph-v0", split="test")
row = ds[0]
img = np.asarray(row["image"], dtype=np.float32).reshape(row["image_shape"])

Format notes

  • HF-compatible: yes — standard Parquet + dataset card YAML configs.
  • Prefer OneAstroBench TaskDataset loaders for evaluation.
  • This release is the frozen v0 eval subset (seed=42 where sampling applies), not the full multi-hundred-GB source archives.

Citation

If you use OneAstroBench, please cite the project repository and the original survey catalogs (Legacy Survey, DESI, SDSS/SSPP, Galaxy Zoo, etc.).

Downloads last month
10