Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ surface keeps that name; SpaceBio-Bench is the forward-looking platform name.
[![Dataset on Hugging Face](https://img.shields.io/badge/Hugging%20Face-Dataset-yellow)](https://huggingface.co/datasets/jang1563/genelab-benchmark)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

<p align="center">
<img src="docs/assets/hf_benchmark_summary.png" alt="SpaceBio-Bench benchmark summary showing public LOMO tasks, fold packages, tissues, processed samples, ML evaluations, best AUROC by tissue, and public fold package contents">
</p>

Maintainer / citation author: JangKeun Kim, Weill Cornell Medicine.

Current public release note: **v7.1.2 public-card/metadata patch** over
Expand Down
1 change: 1 addition & 0 deletions scripts/validate_public_docs_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def validate_public_docs() -> list[str]:
require_contains(errors, "README.md", readme, "v7.1 GeneLab Benchmark")
require_contains(errors, "README.md", readme, "release/release_manifest.json")
require_contains(errors, "README.md", readme, "https://huggingface.co/datasets/jang1563/genelab-benchmark")
require_contains(errors, "README.md", readme, "docs/assets/hf_benchmark_summary.png")
require_absent(errors, "README.md", readme, "Version: v7.0 (2026-04-12)")
require_absent(errors, "README.md", readme, "Status: **v1–v7 Complete**")

Expand Down