prithivMLmods/WebClick-AgentBrowse-SigLIP2
09
1{2 "architectures": [3 "SiglipForImageClassification"4 ],5 "id2label": {6 "0": "agentbrowse",7 "1": "calendars",8 "2": "humanbrowse"9 },10 "initializer_factor": 1.0,11 "label2id": {12 "agentbrowse": 0,13 "calendars": 1,14 "humanbrowse": 215 },16 "model_type": "siglip",17 "problem_type": "single_label_classification",18 "text_config": {19 "attention_dropout": 0.0,20 "hidden_act": "gelu_pytorch_tanh",21 "hidden_size": 768,22 "intermediate_size": 3072,23 "layer_norm_eps": 1e-06,24 "max_position_embeddings": 64,25 "model_type": "siglip_text_model",26 "num_attention_heads": 12,27 "num_hidden_layers": 12,28 "projection_size": 768,29 "torch_dtype": "float32",30 "vocab_size": 25600031 },32 "torch_dtype": "float32",33 "transformers_version": "4.50.0",34 "vision_config": {35 "attention_dropout": 0.0,36 "hidden_act": "gelu_pytorch_tanh",37 "hidden_size": 768,38 "image_size": 224,39 "intermediate_size": 3072,40 "layer_norm_eps": 1e-06,41 "model_type": "siglip_vision_model",42 "num_attention_heads": 12,43 "num_channels": 3,44 "num_hidden_layers": 12,45 "patch_size": 16,46 "torch_dtype": "float32"47 }48}49 