Upload ViTForImageClassification
Browse files- config.json +38 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/kaggle/working/wildfire_types_image_detection/checkpoint-2120",
|
| 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": "Both_smoke_and_fire",
|
| 13 |
+
"1": "Fire_confounding_elements",
|
| 14 |
+
"2": "Forested_areas_without_confounding_elements",
|
| 15 |
+
"3": "Smoke_confounding_elements",
|
| 16 |
+
"4": "Smoke_from_fires"
|
| 17 |
+
},
|
| 18 |
+
"image_size": 224,
|
| 19 |
+
"initializer_range": 0.02,
|
| 20 |
+
"intermediate_size": 3072,
|
| 21 |
+
"label2id": {
|
| 22 |
+
"Both_smoke_and_fire": 0,
|
| 23 |
+
"Fire_confounding_elements": 1,
|
| 24 |
+
"Forested_areas_without_confounding_elements": 2,
|
| 25 |
+
"Smoke_confounding_elements": 3,
|
| 26 |
+
"Smoke_from_fires": 4
|
| 27 |
+
},
|
| 28 |
+
"layer_norm_eps": 1e-12,
|
| 29 |
+
"model_type": "vit",
|
| 30 |
+
"num_attention_heads": 12,
|
| 31 |
+
"num_channels": 3,
|
| 32 |
+
"num_hidden_layers": 12,
|
| 33 |
+
"patch_size": 16,
|
| 34 |
+
"problem_type": "single_label_classification",
|
| 35 |
+
"qkv_bias": true,
|
| 36 |
+
"torch_dtype": "float32",
|
| 37 |
+
"transformers_version": "4.36.2"
|
| 38 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f341d21d0a558c2141535d344ddb71547b5d45336519490156ae056718b3058
|
| 3 |
+
size 343233204
|