Upload config.json
Browse files- config.json +12 -0
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "YOLO11n-cls",
|
3 |
+
"framework": "PyTorch",
|
4 |
+
"repo_name": "yolo11n-cls-noaa-esd-coral-bleaching",
|
5 |
+
"repo_url": "https://huggingface.co/akridge/yolo11n-cls-noaa-esd-coral-bleaching",
|
6 |
+
"countDownloads": [
|
7 |
+
"path:'yolov11n-cls-noaa-esd-coral-bleaching-classifier.pt'",
|
8 |
+
"path:'yolov11n-cls-noaa-esd-coral-bleaching-classifier.onnx'",
|
9 |
+
"path:'yolov11n-cls-noaa-esd-coral-bleaching-classifier.torchscript'",
|
10 |
+
"path:'yolov11n-cls-noaa-esd-coral-bleaching-classifier_ncnn_model/'"
|
11 |
+
]
|
12 |
+
}
|