DCFormer_SigLIP / config.json
MagicXin's picture
Upload folder using huggingface_hub
1d1f8b0 verified
raw
history blame contribute delete
619 Bytes
{
"_name_or_path": "/home/yu.xin/weishao/Med3DVLM/output/DCFormer_SigLIP",
"architectures": [
"DEC_CLIP"
],
"bias": 0.0,
"depth": 12,
"dim": 768,
"efficient_loss": false,
"gather_loss": true,
"hidden_size": 768,
"input_size": [
256,
256,
128
],
"language_model_name_or_path": "medicalai/ClinicalBERT",
"local_loss": false,
"loss_type": "sigmoid",
"mlp_depth": 2,
"model_type": "dec_clip",
"pretrained_model": null,
"siglip_margin": 0.1,
"t_prime": 2.659260036932778,
"torch_dtype": "bfloat16",
"transformers_version": "4.48.3",
"vision_encoder": "dcformer"
}