GeoGuessr-55 / config.json
prithivMLmods's picture
Upload folder using huggingface_hub
6546d03 verified
raw
history blame contribute delete
3.27 kB
{
"architectures": [
"SiglipForImageClassification"
],
"id2label": {
"0": "Argentina",
"1": "Australia",
"2": "Austria",
"3": "Bangladesh",
"4": "Belgium",
"5": "Bolivia",
"6": "Botswana",
"7": "Brazil",
"8": "Bulgaria",
"9": "Cambodia",
"10": "Canada",
"11": "Chile",
"12": "Colombia",
"13": "Croatia",
"14": "Czechia",
"15": "Denmark",
"16": "Finland",
"17": "France",
"18": "Germany",
"19": "Ghana",
"20": "Greece",
"21": "Hungary",
"22": "India",
"23": "Indonesia",
"24": "Ireland",
"25": "Israel",
"26": "Italy",
"27": "Japan",
"28": "Kenya",
"29": "Latvia",
"30": "Lithuania",
"31": "Malaysia",
"32": "Mexico",
"33": "Netherlands",
"34": "New Zealand",
"35": "Nigeria",
"36": "Norway",
"37": "Peru",
"38": "Philippines",
"39": "Poland",
"40": "Portugal",
"41": "Romania",
"42": "Russia",
"43": "Singapore",
"44": "Slovakia",
"45": "South Africa",
"46": "South Korea",
"47": "Spain",
"48": "Sweden",
"49": "Switzerland",
"50": "Taiwan",
"51": "Thailand",
"52": "Turkey",
"53": "Ukraine",
"54": "United Kingdom"
},
"initializer_factor": 1.0,
"label2id": {
"Argentina": 0,
"Australia": 1,
"Austria": 2,
"Bangladesh": 3,
"Belgium": 4,
"Bolivia": 5,
"Botswana": 6,
"Brazil": 7,
"Bulgaria": 8,
"Cambodia": 9,
"Canada": 10,
"Chile": 11,
"Colombia": 12,
"Croatia": 13,
"Czechia": 14,
"Denmark": 15,
"Finland": 16,
"France": 17,
"Germany": 18,
"Ghana": 19,
"Greece": 20,
"Hungary": 21,
"India": 22,
"Indonesia": 23,
"Ireland": 24,
"Israel": 25,
"Italy": 26,
"Japan": 27,
"Kenya": 28,
"Latvia": 29,
"Lithuania": 30,
"Malaysia": 31,
"Mexico": 32,
"Netherlands": 33,
"New Zealand": 34,
"Nigeria": 35,
"Norway": 36,
"Peru": 37,
"Philippines": 38,
"Poland": 39,
"Portugal": 40,
"Romania": 41,
"Russia": 42,
"Singapore": 43,
"Slovakia": 44,
"South Africa": 45,
"South Korea": 46,
"Spain": 47,
"Sweden": 48,
"Switzerland": 49,
"Taiwan": 50,
"Thailand": 51,
"Turkey": 52,
"Ukraine": 53,
"United Kingdom": 54
},
"model_type": "siglip",
"problem_type": "single_label_classification",
"text_config": {
"attention_dropout": 0.0,
"hidden_act": "gelu_pytorch_tanh",
"hidden_size": 768,
"intermediate_size": 3072,
"layer_norm_eps": 1e-06,
"max_position_embeddings": 64,
"model_type": "siglip_text_model",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"projection_size": 768,
"torch_dtype": "float32",
"vocab_size": 256000
},
"torch_dtype": "float32",
"transformers_version": "4.50.0",
"vision_config": {
"attention_dropout": 0.0,
"hidden_act": "gelu_pytorch_tanh",
"hidden_size": 768,
"image_size": 224,
"intermediate_size": 3072,
"layer_norm_eps": 1e-06,
"model_type": "siglip_vision_model",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"patch_size": 16,
"torch_dtype": "float32"
}
}