Michael Rabinovich commited on
Commit ·
36546fc
1
Parent(s): 046548a
docs: add leaderboard discovery tags to README front-matter
Browse filestags: surfaces this Space in the Hub's leaderboard discovery filter
(huggingface.co/spaces?other=leaderboard) and faceted searches by
modality, submission type, and eval type.
The set blends the empirical vocabulary across the top 50
leaderboard-tagged Spaces with three truthful novel descriptors:
modality:3d (closest existing values are modality:text / tools,
neither accurate for STEP geometry), eval:cad (paired with
eval:generation so the standard "generation" chip also surfaces
us), and judge:auto (eval is metric-based, no LLM/human judge).
README.md
CHANGED
|
@@ -12,6 +12,15 @@ short_description: Leaderboard for AI-driven CAD generation
|
|
| 12 |
datasets:
|
| 13 |
- HuggingAI4Engineering/cadgenbench-submissions
|
| 14 |
- HuggingAI4Engineering/cadgenbench-data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# CADGenBench Leaderboard
|
|
|
|
| 12 |
datasets:
|
| 13 |
- HuggingAI4Engineering/cadgenbench-submissions
|
| 14 |
- HuggingAI4Engineering/cadgenbench-data
|
| 15 |
+
tags:
|
| 16 |
+
- leaderboard
|
| 17 |
+
- modality:3d
|
| 18 |
+
- submission:automatic
|
| 19 |
+
- test:private
|
| 20 |
+
- language:english
|
| 21 |
+
- eval:generation
|
| 22 |
+
- eval:cad
|
| 23 |
+
- judge:auto
|
| 24 |
---
|
| 25 |
|
| 26 |
# CADGenBench Leaderboard
|