File size: 376 Bytes
4b3d085
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "architectures": [
    "MammoCropModel"
  ],
  "auto_map": {
    "AutoConfig": "configuration.MammoCropConfig",
    "AutoModel": "modeling.MammoCropModel"
  },
  "backbone": "mobilenetv3_small_100",
  "dropout": 0.1,
  "feature_dim": 1024,
  "in_chans": 1,
  "model_type": "mammo_crop",
  "num_classes": 4,
  "torch_dtype": "float32",
  "transformers_version": "4.47.0"
}