michaelr27 HF Staff commited on
Commit
5539479
·
verified ·
1 Parent(s): 569ea56

Disable native viewer; tighten card prose

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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
- There is no train/test split — all 81 fixtures are an evaluation set
105
- (49 generation, 32 editing). The fixture set may grow over time; consumers
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. Ground truth is not
127
- included here. To participate, generate one `output.step` per fixture and
128
- submit through the leaderboard Space.
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