Disable native viewer; tighten card prose
Browse files
README.md
CHANGED
|
@@ -24,6 +24,7 @@ multilinguality:
|
|
| 24 |
- monolingual
|
| 25 |
source_datasets:
|
| 26 |
- original
|
|
|
|
| 27 |
---
|
| 28 |
|
| 29 |
# CADGenBench (Inputs)
|
|
@@ -101,9 +102,8 @@ One directory per fixture, named by its numeric id. There are two shapes:
|
|
| 101 |
|
| 102 |
### Data Splits
|
| 103 |
|
| 104 |
-
|
| 105 |
-
(49 generation, 32 editing).
|
| 106 |
-
should discover fixtures at runtime rather than hardcoding the list.
|
| 107 |
|
| 108 |
## Dataset Creation
|
| 109 |
|
|
@@ -123,9 +123,9 @@ evaluation is the only path to a score.
|
|
| 123 |
|
| 124 |
## Considerations for Using the Data
|
| 125 |
|
| 126 |
-
This is a benchmark **input** set, not a training corpus.
|
| 127 |
-
|
| 128 |
-
|
| 129 |
|
| 130 |
## Additional Information
|
| 131 |
|
|
|
|
| 24 |
- monolingual
|
| 25 |
source_datasets:
|
| 26 |
- original
|
| 27 |
+
viewer: false
|
| 28 |
---
|
| 29 |
|
| 30 |
# CADGenBench (Inputs)
|
|
|
|
| 102 |
|
| 103 |
### Data Splits
|
| 104 |
|
| 105 |
+
No train/test split — all 81 fixtures form a single evaluation set
|
| 106 |
+
(49 generation, 32 editing).
|
|
|
|
| 107 |
|
| 108 |
## Dataset Creation
|
| 109 |
|
|
|
|
| 123 |
|
| 124 |
## Considerations for Using the Data
|
| 125 |
|
| 126 |
+
This is a benchmark **input** set, not a training corpus. To participate,
|
| 127 |
+
generate one `output.step` per fixture and submit through the leaderboard
|
| 128 |
+
Space.
|
| 129 |
|
| 130 |
## Additional Information
|
| 131 |
|