File size: 1,030 Bytes
8ff4c9d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
{
"_name_or_path": "neuralhaven/siglip-so400m-patch14-224-RESISC45_final",
"architectures": [
"SiglipForImageClassification"
],
"id2label": {
"0": "Very Low",
"1": "Low",
"2": "Moderate",
"3": "High",
"4": "Very High",
"5": "Non-burnable",
"6": "Water"
},
"initializer_factor": 1.0,
"label2id": {
"High": 3,
"Low": 1,
"Moderate": 2,
"Non-burnable": 5,
"Very High": 4,
"Very Low": 0,
"Water": 6
},
"model_type": "siglip",
"problem_type": "single_label_classification",
"text_config": {
"hidden_size": 1152,
"intermediate_size": 4304,
"max_position_embeddings": 16,
"model_type": "siglip_text_model",
"num_attention_heads": 16,
"num_hidden_layers": 27
},
"torch_dtype": "float32",
"transformers_version": "4.45.1",
"vision_config": {
"hidden_size": 1152,
"intermediate_size": 4304,
"model_type": "siglip_vision_model",
"num_attention_heads": 16,
"num_hidden_layers": 27,
"patch_size": 14
}
}
|