CoolFace
Modelpublic

prithivMLmods/Multilabel-GeoSceneNet

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
4likes42downloads
config.json57 linesDownload Raw Back to root
1{2  "architectures": [3    "SiglipForImageClassification"4  ],5  "id2label": {6    "0": "Buildings and Structures",7    "1": "Desert",8    "2": "Forest Area",9    "3": "Hill or Mountain",10    "4": "Ice Glacier",11    "5": "Sea or Ocean",12    "6": "Street View"13  },14  "initializer_factor": 1.0,15  "label2id": {16    "Buildings and Structures": 0,17    "Desert": 1,18    "Forest Area": 2,19    "Hill or Mountain": 3,20    "Ice Glacier": 4,21    "Sea or Ocean": 5,22    "Street View": 623  },24  "model_type": "siglip",25  "problem_type": "single_label_classification",26  "text_config": {27    "attention_dropout": 0.0,28    "hidden_act": "gelu_pytorch_tanh",29    "hidden_size": 768,30    "intermediate_size": 3072,31    "layer_norm_eps": 1e-06,32    "max_position_embeddings": 64,33    "model_type": "siglip_text_model",34    "num_attention_heads": 12,35    "num_hidden_layers": 12,36    "projection_size": 768,37    "torch_dtype": "float32",38    "vocab_size": 25600039  },40  "torch_dtype": "float32",41  "transformers_version": "4.50.0",42  "vision_config": {43    "attention_dropout": 0.0,44    "hidden_act": "gelu_pytorch_tanh",45    "hidden_size": 768,46    "image_size": 224,47    "intermediate_size": 3072,48    "layer_norm_eps": 1e-06,49    "model_type": "siglip_vision_model",50    "num_attention_heads": 12,51    "num_channels": 3,52    "num_hidden_layers": 12,53    "patch_size": 16,54    "torch_dtype": "float32"55  }56}57