File size: 747 Bytes
4952a65
2187ad4
 
 
f142cae
 
2187ad4
 
f142cae
 
4ff62ee
 
2187ad4
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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.