Michael Rabinovich Cursor commited on
Commit ·
7dc3bc3
1
Parent(s): 93ddafd
docs: refresh stale status strings after org transfer
Browse filesSpace + submissions dataset have moved from michaelr27/... to the
HuggingAI4Engineering org (Phase C of space-setup/migration.md). README
body and app.py ABOUT_MD now reference the current Space slug
(HuggingAI4Engineering/cadgenbench-leaderboard) instead of the
pre-transfer michaelr27/AI4Engineering, and drop the stale
'science/...' migration target that was never used.
Co-authored-by: Cursor <cursoragent@cursor.com>
README.md
CHANGED
|
@@ -15,10 +15,11 @@ A benchmark for AI-driven CAD generation: how well can a model turn a
|
|
| 15 |
textual or visual description of a mechanical part into a valid,
|
| 16 |
geometrically correct 3D model?
|
| 17 |
|
| 18 |
-
**Status:** in active development under
|
| 19 |
-
|
| 20 |
-
`
|
| 21 |
-
|
|
|
|
| 22 |
[`adyen/DABstep`](https://huggingface.co/spaces/adyen/DABstep).
|
| 23 |
|
| 24 |
The previous static-prototype HTML artifacts live in [`legacy/`](legacy/).
|
|
|
|
| 15 |
textual or visual description of a mechanical part into a valid,
|
| 16 |
geometrically correct 3D model?
|
| 17 |
|
| 18 |
+
**Status:** in active development under
|
| 19 |
+
`HuggingAI4Engineering/cadgenbench-leaderboard` (private; was
|
| 20 |
+
`michaelr27/AI4Engineering` until the org transfer). Will flip to public
|
| 21 |
+
once the eval handler is wired up and the GT dataset is in place.
|
| 22 |
+
Reference shape inspired by
|
| 23 |
[`adyen/DABstep`](https://huggingface.co/spaces/adyen/DABstep).
|
| 24 |
|
| 25 |
The previous static-prototype HTML artifacts live in [`legacy/`](legacy/).
|
app.py
CHANGED
|
@@ -134,8 +134,9 @@ correct 3D model.
|
|
| 134 |
|
| 135 |
### Status
|
| 136 |
|
| 137 |
-
This Space is in **active development** under
|
| 138 |
-
|
|
|
|
| 139 |
`space-setup/` in the source tree for the full build plan.
|
| 140 |
"""
|
| 141 |
|
|
|
|
| 134 |
|
| 135 |
### Status
|
| 136 |
|
| 137 |
+
This Space is in **active development** under
|
| 138 |
+
`{HF_ORG}/cadgenbench-leaderboard` (private). It will flip to public once
|
| 139 |
+
the eval handler is wired up and the GT dataset is in place. See
|
| 140 |
`space-setup/` in the source tree for the full build plan.
|
| 141 |
"""
|
| 142 |
|