tipsv2-so400m14 / config.json
gberton's picture
Upload config.json with huggingface_hub
3604628 verified
{
"model_type": "tipsv2",
"architectures": [
"TIPSv2Model"
],
"auto_map": {
"AutoConfig": "configuration_tips.TIPSv2Config",
"AutoModel": "modeling_tips.TIPSv2Model"
},
"patch_size": 14,
"img_size": 448,
"init_values": 1.0,
"num_register_tokens": 1,
"vocab_size": 32000,
"max_len": 64,
"vision_fn": "vit_so400m",
"embed_dim": 1152,
"text_hidden_size": 1152,
"text_mlp_dim": 4304,
"text_num_heads": 16,
"text_num_layers": 27,
"ffn_layer": "mlp",
"temperature": 0.004638021811842918
}