Update config.json
Browse files- config.json +9 -1
config.json
CHANGED
|
@@ -28,5 +28,13 @@
|
|
| 28 |
"problem_type": "single_label_classification",
|
| 29 |
"qkv_bias": true,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
-
"transformers_version": "4.49.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
}
|
|
|
|
| 28 |
"problem_type": "single_label_classification",
|
| 29 |
"qkv_bias": true,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
+
"transformers_version": "4.49.0",
|
| 32 |
+
"repo_name": "noaa-esd-coral-bleaching-vit-classifier-v1",
|
| 33 |
+
"repo_url": "https://huggingface.co/akridge/noaa-esd-coral-bleaching-vit-classifier-v1",
|
| 34 |
+
"countDownloads": [
|
| 35 |
+
"path:'noaa-esd-coral-bleaching-vit-classifier-v1.pt'",
|
| 36 |
+
"path:'noaa-esd-coral-bleaching-vit-classifier-v1.onnx'",
|
| 37 |
+
"path:'model.safetensors'",
|
| 38 |
+
"path:'noaa-esd-coral-bleaching-vit-classifier-v1/'"
|
| 39 |
+
]
|
| 40 |
}
|