File size: 631 Bytes
4f28e67 |
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 27 28 29 30 31 32 |
{
"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
}
} |