MichaelAkridge-NOAA
commited on
Commit
·
44364b8
1
Parent(s):
2ec2fd9
v1
Browse files- config.json +11 -0
- noaa-esd-coral-bleaching-vit-classifier-v1.onnx +3 -0
- noaa-esd-coral-bleaching-vit-classifier-v1.pt +3 -0
- noaa-esd-coral-bleaching-vit-classifier-v1/config.json +32 -0
- noaa-esd-coral-bleaching-vit-classifier-v1/model.safetensors +3 -0
- noaa-esd-coral-bleaching-vit-classifier-v1/preprocessor_config.json +23 -0
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "ViTForImageClassification",
|
| 3 |
+
"framework": "PyTorch",
|
| 4 |
+
"repo_name": "noaa-esd-coral-bleaching-vit-classifier-v1",
|
| 5 |
+
"repo_url": "https://huggingface.co/akridge/noaa-esd-coral-bleaching-vit-classifier-v1",
|
| 6 |
+
"countDownloads": [
|
| 7 |
+
"path:'noaa-esd-coral-bleaching-vit-classifier-v1.pt'",
|
| 8 |
+
"path:'noaa-esd-coral-bleaching-vit-classifier-v1.onnx'",
|
| 9 |
+
"path:'noaa-esd-coral-bleaching-vit-classifier-v1/'"
|
| 10 |
+
]
|
| 11 |
+
}
|
noaa-esd-coral-bleaching-vit-classifier-v1.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2d4398f0ee7226d026309a792fb1b0fb2c5a70fb3c106157af5d7dec11c8e25
|
| 3 |
+
size 343498732
|
noaa-esd-coral-bleaching-vit-classifier-v1.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:596a06e30e6012fb7920f7a5f3457854794199af8780c0d64e51bcc3a551dd75
|
| 3 |
+
size 343669032
|
noaa-esd-coral-bleaching-vit-classifier-v1/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/vit-base-patch16-224",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ViTForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"encoder_stride": 16,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.0,
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "CORAL",
|
| 13 |
+
"1": "CORAL_BL"
|
| 14 |
+
},
|
| 15 |
+
"image_size": 224,
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"intermediate_size": 3072,
|
| 18 |
+
"label2id": {
|
| 19 |
+
"CORAL": 0,
|
| 20 |
+
"CORAL_BL": 1
|
| 21 |
+
},
|
| 22 |
+
"layer_norm_eps": 1e-12,
|
| 23 |
+
"model_type": "vit",
|
| 24 |
+
"num_attention_heads": 12,
|
| 25 |
+
"num_channels": 3,
|
| 26 |
+
"num_hidden_layers": 12,
|
| 27 |
+
"patch_size": 16,
|
| 28 |
+
"problem_type": "single_label_classification",
|
| 29 |
+
"qkv_bias": true,
|
| 30 |
+
"torch_dtype": "float32",
|
| 31 |
+
"transformers_version": "4.49.0"
|
| 32 |
+
}
|
noaa-esd-coral-bleaching-vit-classifier-v1/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0f055483ce001e14a031812e841e256cad5dac40dd1a21b7872d4b7cdc8d433
|
| 3 |
+
size 343223968
|
noaa-esd-coral-bleaching-vit-classifier-v1/preprocessor_config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": null,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.5,
|
| 8 |
+
0.5,
|
| 9 |
+
0.5
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "ViTImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.5,
|
| 14 |
+
0.5,
|
| 15 |
+
0.5
|
| 16 |
+
],
|
| 17 |
+
"resample": 2,
|
| 18 |
+
"rescale_factor": 0.00392156862745098,
|
| 19 |
+
"size": {
|
| 20 |
+
"height": 224,
|
| 21 |
+
"width": 224
|
| 22 |
+
}
|
| 23 |
+
}
|