Spaces:
Running
Running
| title: SearchGen-Bench | |
| emoji: 🎨 | |
| short_description: Search-grounded image generation benchmark | |
| colorFrom: gray | |
| colorTo: blue | |
| sdk: static | |
| fullWidth: true | |
| pinned: false | |
| private: true | |
| SearchGen-Bench serves versioned benchmark artifacts generated from 751 canonical prompt rows. See `LEADERBOARD_DATA_DESIGN.md` for metric and release details. | |
| Rebuild and validate the data with: | |
| ```bash | |
| TOOLGEN_ROOT=/path/to/ToolGen npm run build:data | |
| npm run test:data | |
| npm run build | |
| ``` | |
| Hugging Face serves the locally built `dist/` contents from the Space repository root; it does not download, build, or recompute scores at runtime. Run `npm run build` locally before publishing. The Dockerfile remains available for optional container deployment. | |