What problem does it solve?
Manage the tedious and error-prone process of adding, formatting, and publishing structured evaluation results to Hugging Face model cards so maintainers can keep leaderboards and model-index metadata accurate and discoverable.
Core Features & Use Cases
- README table extraction: Detect and parse evaluation tables from model READMEs and convert them into model-index YAML entries.
- Artificial Analysis import: Fetch benchmark scores from the Artificial Analysis API and merge them into model cards with source attribution.
- Run and submit evaluations: Launch inspect-ai or lighteval/vLLM evaluations locally or via Hugging Face Jobs and capture results into the model-index format.
- Safe publishing workflows: Validate YAML, merge with existing model-index entries, check for open PRs before creating new ones, and optionally create pull requests to avoid spamming repositories.
- Use Case: A model maintainer or researcher can extract README tables, import third-party benchmark scores, run additional vLLM evaluations, and produce a single validated model-index entry ready to push or open as a PR.
Quick Start
Extract evaluation tables from a model README and generate a validated model-index YAML ready to push or create a pull request on Hugging Face.