Initial README
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# bench_score
|
| 2 |
+
|
| 3 |
+
Per-(prediction-repo-sha × model) IoU-24 scores for the BenchCAD/cad_bench_200
|
| 4 |
+
benchmark. Updated by `eval/remote_iou24_service.py` (see cadrille repo).
|
| 5 |
+
|
| 6 |
+
Layout:
|
| 7 |
+
```
|
| 8 |
+
per_case/{sha[:8]}/{model}.parquet # one row per stem
|
| 9 |
+
summary.parquet # rolled-up by (sha, model)
|
| 10 |
+
```
|
| 11 |
+
|
| 12 |
+
Per-case parquet schema:
|
| 13 |
+
sha_short, model, stem, code_hash, iou, iou_24, rot_idx, exec_ok,
|
| 14 |
+
reason, latency_s, scored_at
|
| 15 |
+
|
| 16 |
+
Summary schema:
|
| 17 |
+
sha_short, model, n_total, n_exec_ok, exec_rate,
|
| 18 |
+
mean_iou_24, median_iou_24, pass_iou_24_0.5, pass_iou_24_0.7,
|
| 19 |
+
updated_at
|