File size: 459 Bytes
075a0ed 9acd189 075a0ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"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"
}
}
|