QuantsScenarioBench v1.2.0
Highlights
- Hugging Face Space Leaderboard — a hosted, browsable Space (
spaces/leaderboard/) rendering the Leaderboard as a live page. - Gradio-based hosted UI — built with Gradio, deployed via standard Hugging Face Space git-push-to-deploy.
- Leaderboard table rendering — the current ranked strategy × Benchmark Dataset table, reloaded fresh on every session so newly published results appear without redeploying.
- Sorting and filtering — sort by any column (Gradio's native
Dataframebehavior); filter by Benchmark Dataset, Strategy, and Metric, independently or combined. - Space deployment configuration — Hugging Face Space metadata (
sdk: gradio,app_file,suggested_hardware: cpu-basic) and documented deployment path.
Notes
- The Space is a presentation layer built on the existing
EvaluationResultand Leaderboard aggregation pipeline (v1.1) — it adds no aggregation, ranking, or data-model logic of its own. - Advanced analytics, visualizations, historical/trend tracking, and strategy-to-strategy comparison tooling remain out of scope for this release.
See CHANGELOG.md for full details.