CoolFace
Apppublic

anton-hugging/tsfm-routerbench

sourceHugging Faceupdated 24d agoView on Hugging Face
0likes
App README

TSFM-RouterBench leaderboard

A controlled benchmark for routing frozen time-series foundation models. This directory is the whole site: index.html at the root, style.css, app.js, and data/leaderboard.json beside them, with no build step and no framework. The only external request is the web-font stylesheet from Google Fonts; every face has a local fallback stack, so the page is fully usable when that request is blocked. It can be served from any static host, or pushed as-is to a Hugging Face static Space.

data/leaderboard.json is regenerated by tools/build_leaderboard.py in the repository, which reads the maintainers' runs and every reviewed community submission. Opening index.html straight off the filesystem falls back to a small built-in sample, since a file:// page cannot fetch its data file; serve the directory over HTTP to see the real table.

The footer links point at the benchmark repository on GitHub.