CoolFace
Modelpublic

Qdrant/colmodernvbert

sourceHugging Facemitupdated 9mo agoView on Hugging Face
7likes1.5kdownloads
config.json38 linesDownload Raw Back to root
1{2  "_name_or_path": "ModernVBERT/colmodernvbert",3  "architectures": [4    "ColModernVBert"5  ],6  "model_type": "colmodernvbert",7  "image_token_id": 50407,8  "pad_token_id": 50283,9  "bos_token_id": null,10  "eos_token_id": null,11  "unk_token_id": null,12  "hidden_size": 768,13  "projection_dim": 128,14  "vocab_size": 50368,15  "torch_dtype": "float32",16  "use_cache": true,17  "tie_word_embeddings": false,18  "text_config": {19    "model_type": "modernvbert_text",20    "hidden_size": 768,21    "num_hidden_layers": 22,22    "intermediate_size": 1152,23    "vocab_size": 50368,24    "mlp_bias": false25  },26  "vision_config": {27    "model_type": "modernvbert_vision",28    "embed_dim": 768,29    "hidden_size": 768,30    "image_size": 512,31    "patch_size": 16,32    "num_hidden_layers": 12,33    "intermediate_size": 307234  },35  "pixel_shuffle_factor": 4,36  "use_resampler": false,37  "additional_vocab_size": 4038}