akridge commited on
Commit
8ed505f
·
verified ·
1 Parent(s): 0a8a525

Upload config.yaml

Browse files
Files changed (1) hide show
  1. 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
+ }