Upload model_metadata.json with huggingface_hub
Browse files- model_metadata.json +16 -0
model_metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "yolo",
|
| 3 |
+
"architecture": "YOLOv8n",
|
| 4 |
+
"task": "object-detection",
|
| 5 |
+
"dataset": "norbertm/jwst-quality-analysis-dataset",
|
| 6 |
+
"performance": {
|
| 7 |
+
"mAP50": 0.267,
|
| 8 |
+
"precision": 0.527,
|
| 9 |
+
"recall": 0.235
|
| 10 |
+
},
|
| 11 |
+
"classes": [
|
| 12 |
+
"bright_object",
|
| 13 |
+
"galaxy_like"
|
| 14 |
+
],
|
| 15 |
+
"training_samples": 2587
|
| 16 |
+
}
|