Ml model eval benchmark
Skill 0x-Professor/Agent-Skills-Hub/skills/ml-model-eval-benchmark
Compare model candidates using weighted metrics and deterministic ranking outputs. Use for benchmark leaderboards and model promotion decisions.From its SKILL.md
npx -y skills add 0x-Professor/Agent-Skills-Hub --skill ml-model-eval-benchmarkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `scripts/benchmark_models.py`.
SKILL.md
0.8 KB, 121 tokens by cl100k_base, as published. Nobody here has run it
ML Model Eval Benchmark
Overview
Produce consistent model ranking outputs from metric-weighted evaluation inputs.
Workflow
- Define metric weights and accepted metric ranges.
- Ingest model metrics for each candidate.
- Compute weighted score and ranking.
- Export leaderboard and promotion recommendation.
Use Bundled Resources
- Run
scripts/benchmark_models.pyto generate benchmark outputs. - Read
references/benchmarking-guide.mdfor weighting and tie-break guidance.
Guardrails
- Keep metric names and scales consistent across candidates.
- Record weighting assumptions in the output.
What ships with it: 3 files
4.4 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml214 B
references/
scripts/
- benchmark_models.pyruns3.7 KB