Create release_certificate.json
Browse files
run-a-baseline-repro/release_certificate.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_id": "run-a-baseline-repro",
|
| 3 |
+
"decision": "PENDING",
|
| 4 |
+
"decided_at_utc": null,
|
| 5 |
+
"inputs": {
|
| 6 |
+
"model_repo_id": "Ultralytics/YOLOv5",
|
| 7 |
+
"model_revision": "553ca28641b8c2129596b0ecc50fc0902f7bd7ac",
|
| 8 |
+
"model_file": "yolov5s.pt",
|
| 9 |
+
"dataset_repo_id": "rafaelpadilla/coco2017",
|
| 10 |
+
"dataset_revision": "7d5136d6952da2df12d99106e2cce2a65324617d",
|
| 11 |
+
"dataset_split": "validation"
|
| 12 |
+
},
|
| 13 |
+
"predicate": {
|
| 14 |
+
"predicate_id": "coco_baseline_map50_floor_v1"
|
| 15 |
+
},
|
| 16 |
+
"artifacts": {
|
| 17 |
+
"report_html": "report.html",
|
| 18 |
+
"metrics_json": "evaluation_metrics.json",
|
| 19 |
+
"receipt_bundle_dir": "receipt_bundle/"
|
| 20 |
+
}
|
| 21 |
+
}
|