Rename Lodestar to PRIMO in the dataset card
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: "
|
| 3 |
license: other
|
| 4 |
---
|
| 5 |
|
| 6 |
-
# 🧬
|
| 7 |
|
| 8 |
-
**
|
| 9 |
how well a model's patient-level embeddings capture real clinical signal.
|
| 10 |
|
| 11 |
This repo holds the **inputs you embed**. It's deliberately *blind* — datasets are
|
|
@@ -21,7 +21,7 @@ embedding, not task-specific tuning.
|
|
| 21 |
## 🚀 Run the benchmark
|
| 22 |
1. **Download** the data:
|
| 23 |
```bash
|
| 24 |
-
hf download ScientaLab/
|
| 25 |
```
|
| 26 |
2. **Embed every dataset** with your model — one vector per sample (any dimension;
|
| 27 |
it may differ per dataset).
|
|
@@ -29,7 +29,7 @@ embedding, not task-specific tuning.
|
|
| 29 |
`sample_id`, then one column per embedding dim (`e0`, `e1`, …). Format:
|
| 30 |
**CSV / TSV / Parquet**, or **NPZ** with `dataset_ids` / `sample_ids` / `embeddings`.
|
| 31 |
4. **Submit & see your rank** →
|
| 32 |
-
**[🏆
|
| 33 |
|
| 34 |
## 📊 How it's scored
|
| 35 |
A fixed linear probe is trained on frozen cross-validation folds over your embeddings
|
|
@@ -37,6 +37,6 @@ and scored — **AUROC** (classification) or **Pearson r** (regression). Scores
|
|
| 37 |
0–1 **skill** and roll up per medical specialty. **Only submissions that cover every
|
| 38 |
dataset are ranked.** Labels stay private — grading happens server-side.
|
| 39 |
|
| 40 |
-
➡️ **Ready?** → **https://huggingface.co/spaces/ScientaLab/
|
| 41 |
|
| 42 |
*Each dataset is redistributed under its source's original open license.*
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: "PRIMO — benchmark inputs"
|
| 3 |
license: other
|
| 4 |
---
|
| 5 |
|
| 6 |
+
# 🧬 PRIMO — benchmark inputs
|
| 7 |
|
| 8 |
+
**PRIMO** is a blind benchmark for transcriptomic foundation models: it measures
|
| 9 |
how well a model's patient-level embeddings capture real clinical signal.
|
| 10 |
|
| 11 |
This repo holds the **inputs you embed**. It's deliberately *blind* — datasets are
|
|
|
|
| 21 |
## 🚀 Run the benchmark
|
| 22 |
1. **Download** the data:
|
| 23 |
```bash
|
| 24 |
+
hf download ScientaLab/primo --repo-type dataset --local-dir primo
|
| 25 |
```
|
| 26 |
2. **Embed every dataset** with your model — one vector per sample (any dimension;
|
| 27 |
it may differ per dataset).
|
|
|
|
| 29 |
`sample_id`, then one column per embedding dim (`e0`, `e1`, …). Format:
|
| 30 |
**CSV / TSV / Parquet**, or **NPZ** with `dataset_ids` / `sample_ids` / `embeddings`.
|
| 31 |
4. **Submit & see your rank** →
|
| 32 |
+
**[🏆 PRIMO Space](https://huggingface.co/spaces/ScientaLab/primo-eval)**
|
| 33 |
|
| 34 |
## 📊 How it's scored
|
| 35 |
A fixed linear probe is trained on frozen cross-validation folds over your embeddings
|
|
|
|
| 37 |
0–1 **skill** and roll up per medical specialty. **Only submissions that cover every
|
| 38 |
dataset are ranked.** Labels stay private — grading happens server-side.
|
| 39 |
|
| 40 |
+
➡️ **Ready?** → **https://huggingface.co/spaces/ScientaLab/primo-eval**
|
| 41 |
|
| 42 |
*Each dataset is redistributed under its source's original open license.*
|