Upload config.json
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "YOLOv8",
|
3 |
+
"framework": "PyTorch",
|
4 |
+
"repo_name": "yolo8-fish-detector-grayscale",
|
5 |
+
"repo_url": "https://huggingface.co/akridge/yolo8-fish-detector-grayscale",
|
6 |
+
"countDownloads": "path:'yolov8n_fish_trained.pt'"
|
7 |
+
}
|