colmodernvbert / config.json
lukawskikacper's picture
Add colmodernvbert onnx export
eb454ee
raw
history blame contribute delete
902 Bytes
{
"_name_or_path": "ModernVBERT/colmodernvbert",
"architectures": [
"ColModernVBert"
],
"model_type": "colmodernvbert",
"image_token_id": 50407,
"pad_token_id": 50283,
"bos_token_id": null,
"eos_token_id": null,
"unk_token_id": null,
"hidden_size": 768,
"projection_dim": 128,
"vocab_size": 50368,
"torch_dtype": "float32",
"use_cache": true,
"tie_word_embeddings": false,
"text_config": {
"model_type": "modernvbert_text",
"hidden_size": 768,
"num_hidden_layers": 22,
"intermediate_size": 1152,
"vocab_size": 50368,
"mlp_bias": false
},
"vision_config": {
"model_type": "modernvbert_vision",
"embed_dim": 768,
"hidden_size": 768,
"image_size": 512,
"patch_size": 16,
"num_hidden_layers": 12,
"intermediate_size": 3072
},
"pixel_shuffle_factor": 4,
"use_resampler": false,
"additional_vocab_size": 40
}