File size: 596 Bytes
21c8bfc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "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
}