Michael Rabinovich commited on
Commit ·
1402833
1
Parent(s): 0bb6044
docs: link companion datasets in README front-matter
Browse filesdatasets: lists the two companion dataset repos so the Hub renders
them as cards on the Space page (and so the link is explicit rather
than relying on auto-parse from hardcoded repo IDs in app.py /
leaderboard.py).
- HuggingAI4Engineering/cadgenbench-submissions: the results +
per-submission report dataset the leaderboard reads from.
- HuggingAI4Engineering/cadgenbench-data: the public fixture inputs.
cadgenbench-data-gt is omitted on purpose (permanently private).
README.md
CHANGED
|
@@ -9,6 +9,9 @@ pinned: true
|
|
| 9 |
license: apache-2.0
|
| 10 |
hf_oauth: true
|
| 11 |
short_description: Leaderboard for AI-driven CAD generation
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# CADGenBench Leaderboard
|
|
|
|
| 9 |
license: apache-2.0
|
| 10 |
hf_oauth: true
|
| 11 |
short_description: Leaderboard for AI-driven CAD generation
|
| 12 |
+
datasets:
|
| 13 |
+
- HuggingAI4Engineering/cadgenbench-submissions
|
| 14 |
+
- HuggingAI4Engineering/cadgenbench-data
|
| 15 |
---
|
| 16 |
|
| 17 |
# CADGenBench Leaderboard
|