Skip to content

QuantsScenarioBench v1.2.0

Choose a tag to compare

@tim-nish tim-nish released this 04 Jul 05:43
98353fb

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 Dataframe behavior); 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 EvaluationResult and 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.