File size: 722 Bytes
a9d6b7d 4a132ff f335052 a9d6b7d | 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 | {
"architectures": ["Talk2DINO"],
"model_type": "talk2dino",
"auto_map": {
"AutoConfig": "configuration_talk2dino.Talk2DINOConfig",
"AutoModel": "modeling_talk2dino.Talk2DINO"
},
"avg_self_attn_token": false,
"clip_model_name": "ViT-B/16",
"disentangled_self_attn_token": true,
"is_eval": true,
"keep_cls": false,
"keep_end_seq": false,
"loss": null,
"model_name": "dinov2_vitb14_reg",
"pre_trained": true,
"proj_class": "vitb_mlp_infonce",
"proj_model": "ProjectionLayer",
"proj_name": "vitb_mlp_infonce",
"resize_dim": 518,
"type": "DINOText",
"unfreeze_last_image_layer": false,
"unfreeze_last_text_layer": false,
"use_avg_text_token": false,
"with_bg_clean": false
} |