OrganLens / config.json
gezx1004's picture
Upload config.json with huggingface_hub
6faa2ac verified
Raw
History Blame Contribute Delete
586 Bytes
{
"architectures": [
"OrganLensEmbedder"
],
"model_type": "organlens",
"checkpoint_revision": 524999,
"embedding_dim": 1024,
"embedding_method": "mask_patch_area_weighted_all_slices",
"supported_organs": [
"spleen",
"kidneys",
"liver",
"stomach",
"pancreas",
"lung",
"esophagus",
"trachea",
"intestine",
"heart",
"aorta"
],
"checkpoint_files": {
"teacher": "teacher_checkpoint.pth",
"ctrate_heads": "heads/organlens_ctrate_heads_524999.pt",
"radchest_heads": "heads/organlens_radchest_heads_524999.pt"
}
}