The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
𧬠Lodestar β benchmark inputs
Lodestar is a blind benchmark for transcriptomic foundation models: it measures how well a model's patient-level embeddings capture real clinical signal.
This repo holds the inputs you embed. It's deliberately blind β datasets are
named d001, d002, β¦ with no disease, tissue, or target revealed. You grade the
embedding, not task-specific tuning.
π¦ What's inside
datasets.yamlβ the manifest: each dataset'sid, filepath, and shape (n_samples,n_genes,gene_id_type).d001/expression.h5ad,d002/β¦β raw counts asAnnData: rows = samples (sample_id), columns = NCBI gene ids (withgene_symbols).
π Run the benchmark
- Download the data:
hf download ScientaLab/lodestar --repo-type dataset --local-dir lodestar - Embed every dataset with your model β one vector per sample (any dimension; it may differ per dataset).
- Assemble one submission file covering all datasets β
dataset_id,sample_id, then one column per embedding dim (e0,e1, β¦). Format: CSV / TSV / Parquet, or NPZ withdataset_ids/sample_ids/embeddings. - Submit & see your rank β π Lodestar Space
π How it's scored
A fixed linear probe is trained on frozen cross-validation folds over your embeddings and scored β AUROC (classification) or Pearson r (regression). Scores become a 0β1 skill and roll up per medical specialty. Only submissions that cover every dataset are ranked. Labels stay private β grading happens server-side.
β‘οΈ Ready? β https://huggingface.co/spaces/ScientaLab/lodestar-eval
Each dataset is redistributed under its source's original open license.
- Downloads last month
- 62