CheXficient / config.json
cwangrun's picture
Upload 3 files
9acd189 verified
raw
history blame contribute delete
459 Bytes
{
"architectures": [
"CheXficientModel"
],
"image_size": 378,
"max_bert_length": 256,
"model_type": "chexficient_clip",
"projection_dim": 512,
"text_model_name": "emilyalsentzer/Bio_ClinicalBERT",
"torch_dtype": "float32",
"transformers_version": "4.51.3",
"vision_model_name": "dinov2_vitb14",
"auto_map": {
"AutoConfig": "configuration_chexficient.CheXficientConfig",
"AutoModel": "modeling_chexficient.CheXficientModel"
}
}