{ | |
"embed_dim": 768, | |
"init_logit_bias": -10, | |
"text_cfg": { | |
"context_length": 64, | |
"embed_cls": true, | |
"embed_unc": true, | |
"heads": 12, | |
"hf_tokenizer_name": "timm/ViT-B-16-SigLIP", | |
"init_unc_bias": -10, | |
"layers": 12, | |
"no_causal_mask": true, | |
"norm_kwargs": { | |
"eps": 1e-06 | |
}, | |
"pool_type": "last", | |
"proj_bias": true, | |
"tokenizer_kwargs": { | |
"clean": "canonicalize" | |
}, | |
"vocab_size": 32100, | |
"width": 768 | |
}, | |
"vision_cfg": { | |
"embed_unc": true, | |
"image_size": 224, | |
"init_unc_bias": -10, | |
"layers": 12, | |
"patch_size": 16, | |
"width": 768 | |
} | |
} |