SanghyukChun's picture
Push model using huggingface_hub.
1c22e42 verified
raw
history blame
634 Bytes
{
"embed_dim": 1024,
"init_logit_bias": -10,
"text_cfg": {
"context_length": 64,
"embed_cls": true,
"embed_unc": true,
"heads": 16,
"hf_tokenizer_name": "timm/ViT-B-16-SigLIP",
"init_unc_bias": -10,
"layers": 24,
"no_causal_mask": true,
"norm_kwargs": {
"eps": 1e-06
},
"pool_type": "last",
"proj_bias": true,
"tokenizer_kwargs": {
"clean": "canonicalize"
},
"vocab_size": 32100,
"width": 1024
},
"vision_cfg": {
"embed_unc": true,
"image_size": 256,
"init_unc_bias": -10,
"layers": 24,
"patch_size": 16,
"width": 1024
}
}