Michael Rabinovich Cursor commited on
Commit
f76f965
·
1 Parent(s): 5539479

Update leaderboard Space URL after rename to CADGenBench

Browse files

The Space moved from HuggingAI4Engineering/cadgenbench-leaderboard to
HuggingAI4Engineering/CADGenBench; point the hardcoded references at the
new URL.

Co-authored-by: Cursor <cursoragent@cursor.com>

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -34,8 +34,8 @@ systems produce correct 3D mechanical parts as STEP files. This repository
34
  holds the task inputs only; the ground truth is withheld in a separate private
35
  repository so that the leaderboard's evaluation is the single source of truth.
36
 
37
- - **Leaderboard Space**: [`HuggingAI4Engineering/cadgenbench-leaderboard`](https://huggingface.co/spaces/HuggingAI4Engineering/cadgenbench-leaderboard)
38
- - **Browse the tasks**: the [Tasks tab](https://huggingface.co/spaces/HuggingAI4Engineering/cadgenbench-leaderboard) on the Space (thumbnails, search, generation/editing filter, per-task detail)
39
  - **Benchmark code**: [`github.com/huggingface/cadgenbench`](https://github.com/huggingface/cadgenbench)
40
  - **Submissions + results**: [`HuggingAI4Engineering/cadgenbench-submissions`](https://huggingface.co/datasets/HuggingAI4Engineering/cadgenbench-submissions)
41
  - **Ground truth**: [`HuggingAI4Engineering/cadgenbench-data-gt`](https://huggingface.co/datasets/HuggingAI4Engineering/cadgenbench-data-gt) (private)
@@ -60,7 +60,7 @@ interface match, topology match). See the
60
  The benchmark is tool-agnostic: a submission is one STEP file per fixture,
61
  produced by any system (one LLM, several, a script, or by hand). Submit and
62
  view results on the
63
- [leaderboard Space](https://huggingface.co/spaces/HuggingAI4Engineering/cadgenbench-leaderboard);
64
  the full submission contract (zip layout, `meta.json`, validity gate) is in
65
  [`docs/benchmark/submission.md`](https://github.com/huggingface/cadgenbench/blob/main/docs/benchmark/submission.md).
66
 
 
34
  holds the task inputs only; the ground truth is withheld in a separate private
35
  repository so that the leaderboard's evaluation is the single source of truth.
36
 
37
+ - **Leaderboard Space**: [`HuggingAI4Engineering/CADGenBench`](https://huggingface.co/spaces/HuggingAI4Engineering/CADGenBench)
38
+ - **Browse the tasks**: the [Tasks tab](https://huggingface.co/spaces/HuggingAI4Engineering/CADGenBench) on the Space (thumbnails, search, generation/editing filter, per-task detail)
39
  - **Benchmark code**: [`github.com/huggingface/cadgenbench`](https://github.com/huggingface/cadgenbench)
40
  - **Submissions + results**: [`HuggingAI4Engineering/cadgenbench-submissions`](https://huggingface.co/datasets/HuggingAI4Engineering/cadgenbench-submissions)
41
  - **Ground truth**: [`HuggingAI4Engineering/cadgenbench-data-gt`](https://huggingface.co/datasets/HuggingAI4Engineering/cadgenbench-data-gt) (private)
 
60
  The benchmark is tool-agnostic: a submission is one STEP file per fixture,
61
  produced by any system (one LLM, several, a script, or by hand). Submit and
62
  view results on the
63
+ [leaderboard Space](https://huggingface.co/spaces/HuggingAI4Engineering/CADGenBench);
64
  the full submission contract (zip layout, `meta.json`, validity gate) is in
65
  [`docs/benchmark/submission.md`](https://github.com/huggingface/cadgenbench/blob/main/docs/benchmark/submission.md).
66