nomic-embed-vision-v1 / config.json
zpn's picture
Upload model
4aa872b verified
raw
history blame
883 Bytes
{
"activation_function": "gelu",
"add_prefix": false,
"architectures": [
"NomicVisionModel"
],
"attn_pdrop": 0.0,
"checkpoint": null,
"ema": false,
"freeze": false,
"gradient_checkpointing": true,
"hamming": false,
"logit_scale": 14.285714285714285,
"mlp_fc1_bias": true,
"mlp_fc2_bias": true,
"model_name": "google/vit-base-patch16-224",
"nomic_encoder": false,
"num_negatives": 7,
"pad_vocab_to_multiple_of": null,
"patch_dropout": 0.0,
"pooling": "map",
"precomputed": false,
"pretrained": true,
"projection_dim": null,
"qkv_proj_bias": true,
"rotary_emb_base": 10000,
"rotary_emb_fraction": null,
"seq_len": null,
"text_text_loss_weight": 1.0,
"tokenizer_name": null,
"torch_dtype": "float32",
"trainable_logit_scale": true,
"transformers_version": "4.40.2",
"use_fused_kernels": true,
"use_rms_norm": null
}