From 675cffd0785c7ba26f34681e43526f9e35b8754f Mon Sep 17 00:00:00 2001 From: jeqcho Date: Tue, 7 Jul 2026 20:36:07 -0700 Subject: [PATCH] docs: eval-path as shields.io badge row (blockquotes render gray-italic on the Hub) Co-Authored-By: Claude Fable 5 --- docs/model-card-template.md | 7 +++---- docs/model-cards.md | 10 +++++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/model-card-template.md b/docs/model-card-template.md index 2faa323..4b87bf6 100644 --- a/docs/model-card-template.md +++ b/docs/model-card-template.md @@ -32,10 +32,9 @@ inference: false # -> **Evaluate this checkpoint** with [Inspect Robots](https://github.com/robocurve/inspect-robots) — -> the Inspect-AI-style eval framework for physical AI — using the -> [ adapters](https://github.com/robocurve/inspect-robots-); benchmarks -> are catalogued in [WorldEvals](https://github.com/robocurve/worldevals). +[![Evaluate with Inspect Robots](https://img.shields.io/badge/evaluate%20with-Inspect%20Robots-indigo)](https://github.com/robocurve/inspect-robots) +[![Adapters: ](https://img.shields.io/badge/adapters-inspect--robots---blue)](https://github.com/robocurve/inspect-robots-) +[![Benchmarks: WorldEvals](https://img.shields.io/badge/benchmarks-WorldEvals-2ea44f)](https://worldevals.org) <≤3 sentences: [base model](link) + method (LoRA/full FT; what's frozen) + robot + [dataset](link). Adapter/merge status and where raw adapters live.> diff --git a/docs/model-cards.md b/docs/model-cards.md index 5dcd453..abf2575 100644 --- a/docs/model-cards.md +++ b/docs/model-cards.md @@ -93,10 +93,10 @@ model-index: At most three sentences: base model + method (LoRA/full FT; what's frozen) + robot/embodiment + dataset. State whether adapters are merged and where raw adapters live if published. -**Immediately after the H1**, add an eval-path blockquote linking -[Inspect Robots](https://github.com/robocurve/inspect-robots), the embodiment's adapter repo -(e.g. inspect-robots-so101 / inspect-robots-yam), and -[WorldEvals](https://github.com/robocurve/worldevals) — see the template. +**Immediately after the H1**, add an eval-path badge row (shields.io — blockquotes render +as gray italics on the Hub) linking [Inspect Robots](https://github.com/robocurve/inspect-robots), +the embodiment's adapter repo (e.g. inspect-robots-so101 / inspect-robots-yam), and +[WorldEvals](https://worldevals.org) — copy the exact badges from the template. Link every **named artifact**: base model, each dataset, training-code repo, method libraries, papers. (Ordinary nouns like "camera" need no link.) @@ -205,7 +205,7 @@ Frontmatter Body - [ ] Header ≤3 sentences; every named artifact linked; adapter/merge status stated -- [ ] Eval-path blockquote right after the H1 (Inspect Robots + embodiment adapters + WorldEvals) +- [ ] Eval-path badge row right after the H1 (Inspect Robots + embodiment adapters + WorldEvals) - [ ] Intended use + out-of-scope + validation status (with e-stop/supervision language) - [ ] Training table: data counts + filter/split rule (level, %, seed) - [ ] Training table: embodiment config + state/action key layout