aris-hofmann commited on
Commit
b72120c
Β·
verified Β·
1 Parent(s): 60c93ce

update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -10,19 +10,17 @@ pinned: false
10
 
11
  # BenchmarkCard Webhook
12
 
13
- Webhook receiver that auto-generates benchmark cards when new evaluation data
14
- is merged into [evaleval/EEE_datastore](https://huggingface.co/datasets/evaleval/EEE_datastore).
15
-
16
- Generated cards are uploaded to [evaleval/auto-benchmarkcards](https://huggingface.co/datasets/evaleval/auto-benchmarkcards).
17
 
18
  ## Endpoints
19
 
20
- - `POST /webhook` β€” receives HF webhook events
21
- - `GET /status` β€” shows recent job history
22
- - `GET /health` β€” health check
23
 
24
- ## Setup
25
 
26
- Required Space secrets:
27
- - `HF_TOKEN` β€” HuggingFace token with write access to evaleval/auto-benchmarkcards
28
- - `WEBHOOK_SECRET` β€” shared secret for webhook verification
 
10
 
11
  # BenchmarkCard Webhook
12
 
13
+ Receives HF webhook events when PRs are merged on `evaleval/EEE_datastore`,
14
+ detects new benchmark folders, and automatically generates benchmark cards.
 
 
15
 
16
  ## Endpoints
17
 
18
+ - `POST /webhook` β€” HF webhook receiver
19
+ - `GET /status` β€” Job history and active state
20
+ - `GET /health` β€” Health check
21
 
22
+ ## Environment Variables
23
 
24
+ - `HF_TOKEN` β€” HuggingFace token with write access to `evaleval/auto-benchmarkcards`
25
+ - `WEBHOOK_SECRET` β€” Secret for webhook verification
26
+ - `PERSISTENT_DIR` β€” Path to persistent storage (default: `/data`)