Upload config.yaml
Browse files- config.yaml +11 -0
config.yaml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{ "model_type": "ViTForImageClassification",
|
2 |
+
"framework": "PyTorch",
|
3 |
+
"repo_name": "noaa-esd-coral-bleaching-vit-classifier-v1",
|
4 |
+
"repo_url": "https://huggingface.co/akridge/noaa-esd-coral-bleaching-vit-classifier-v1",
|
5 |
+
"countDownloads": [
|
6 |
+
"path:'noaa-esd-coral-bleaching-vit-classifier-v1.pt'",
|
7 |
+
"path:'noaa-esd-coral-bleaching-vit-classifier-v1.onnx'",
|
8 |
+
"path:'model.safetensors'",
|
9 |
+
"path:'noaa-esd-coral-bleaching-vit-classifier-v1/'"
|
10 |
+
]
|
11 |
+
}
|