| { | |
| "auto_map": { | |
| "AutoConfig": "configuration_tila.TILAConfig", | |
| "AutoModel": "model.TILAModel" | |
| }, | |
| "backbone_out_dim": 2048, | |
| "classifier_hidden_dim": 64, | |
| "image_size": 448, | |
| "joint_feature_size": 128, | |
| "model_type": "tila", | |
| "resnet_layers": [ | |
| 3, | |
| 4, | |
| 6, | |
| 3 | |
| ], | |
| "text_hidden_size": 768, | |
| "text_model_name": "microsoft/BiomedVLP-BioViL-T", | |
| "threshold_bestf1": 0.2886, | |
| "threshold_default": 0.5, | |
| "threshold_spec95": 0.637, | |
| "transformers_version": "4.57.3", | |
| "vit_blocks": 3, | |
| "vit_dim": 256, | |
| "vit_grid_shape": [ | |
| 14, | |
| 14 | |
| ], | |
| "vit_heads": 8 | |
| } | |