Michael Rabinovich commited on
Commit
6d31809
·
1 Parent(s): 46e3a72

readme: describe the space card in client-facing terms

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -25,12 +25,11 @@ tags:
25
 
26
  # CADGenBench Leaderboard
27
 
28
- A benchmark for AI-driven CAD generation: how well can a model turn a
29
  textual or visual description of a mechanical part into a valid,
30
  geometrically correct 3D model?
31
 
32
- In active development under
33
- `HuggingAI4Engineering/cadgenbench-leaderboard`; will flip to public
34
- once the eval handler is wired up and the real dataset is in place.
35
- Reference shape inspired by
36
- [`adyen/DABstep`](https://huggingface.co/spaces/adyen/DABstep).
 
25
 
26
  # CADGenBench Leaderboard
27
 
28
+ A benchmark for AI-driven CAD generation: how well can a system turn a
29
  textual or visual description of a mechanical part into a valid,
30
  geometrically correct 3D model?
31
 
32
+ Browse the **Leaderboard** tab for ranked submissions, or upload your
33
+ own STEP files on the **Submit** tab: the Space runs the eval and
34
+ publishes a row with a per-submission report. The **About** tab covers
35
+ the scoring axes and links to the benchmark code and datasets.