Spaces:
Running
Running
update README.md
Browse files
README.md
CHANGED
|
@@ -10,19 +10,17 @@ pinned: false
|
|
| 10 |
|
| 11 |
# BenchmarkCard Webhook
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
Generated cards are uploaded to [evaleval/auto-benchmarkcards](https://huggingface.co/datasets/evaleval/auto-benchmarkcards).
|
| 17 |
|
| 18 |
## Endpoints
|
| 19 |
|
| 20 |
-
- `POST /webhook` β
|
| 21 |
-
- `GET /status` β
|
| 22 |
-
- `GET /health` β
|
| 23 |
|
| 24 |
-
##
|
| 25 |
|
| 26 |
-
|
| 27 |
-
- `
|
| 28 |
-
- `
|
|
|
|
| 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`)
|