OpenHands/openhands-index
OpenHands Index — Leaderboard Snapshot Auto-published from https://github.com/OpenHands/openhands-index-results on every push to main. Matches the table shown at the OpenHands Index Space. from datasets import load_dataset # leaderboard (one row per model) ds = load_dataset("OpenHands/openhands-index", split="test") ds.info.version # → "2026.06.30-3015ac6" # per-instance outcomes (one row per model × instance) instances = load_dataset("OpenHands/openhands-index"… See the full description on the dataset page: https://huggingface.co/datasets/OpenHands/openhands-index.
OpenHands Index — Leaderboard Snapshot
Auto-published from <https://github.com/OpenHands/openhands-index-results> on every push to main. Matches the table shown at the OpenHands Index Space.
from datasets import load_dataset
# leaderboard (one row per model)
ds = load_dataset("OpenHands/openhands-index", split="test")
ds.info.version # → "2026.06.30-3015ac6"
# per-instance outcomes (one row per model × instance)
instances = load_dataset("OpenHands/openhands-index", "instances", split="test")
# pin to this exact snapshot
ds = load_dataset("OpenHands/openhands-index", split="test", revision="v2026.06.30-3015ac6")Categories
average_score is the mean of the per-benchmark scores actually completed. categories_completed tells you how many benchmarks the model has run.
Configs
default — leaderboard (one row per model)
The aggregate table backing the leaderboard Space. Use this for ranking, averages, and per-category scores.
instances — per-instance outcomes (one row per model × benchmark instance)
Long-form table of every benchmark instance's outcome for every model in default. Join to default on id.
This snapshot
- Version: `2026.06.30-3015ac6`
- Rows: 34 (
default) · 40643 (instances) - Generated:
2026-06-30 15:36:50 UTC - Source commit: `3015ac612e7196f428e6e8a3948965d32d9a3331`
