Michael Rabinovich Cursor commited on
Commit
7dc3bc3
·
1 Parent(s): 93ddafd

docs: refresh stale status strings after org transfer

Browse files

Space + 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>

Files changed (2) hide show
  1. README.md +5 -4
  2. app.py +3 -2
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 `michaelr27/AI4Engineering`. Will
19
- move to a dedicated CAD/Engineering Hub org (name TBD, e.g.
20
- `HuggingFaceCAD`) as `<hf-org>/cadgenbench-leaderboard` before going
21
- public. Reference shape inspired by
 
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 `{HF_ORG}/AI4Engineering` and
138
- will move to `science/cadgenbench-leaderboard` before going public. See
 
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