ncuiew7/Advanced_Bone-Fracture_Detection_and_Localized_Attention_Mapping
0
1{2 "architectures": [3 "SwinForImageClassification"4 ],5 "attention_probs_dropout_prob": 0.0,6 "depths": [7 2,8 2,9 6,10 211 ],12 "drop_path_rate": 0.1,13 "dtype": "float32",14 "embed_dim": 96,15 "encoder_stride": 32,16 "hidden_act": "gelu",17 "hidden_dropout_prob": 0.0,18 "hidden_size": 768,19 "image_size": 224,20 "initializer_range": 0.02,21 "layer_norm_eps": 1e-05,22 "mlp_ratio": 4.0,23 "model_type": "swin",24 "num_channels": 3,25 "num_heads": [26 3,27 6,28 12,29 2430 ],31 "num_layers": 4,32 "out_features": [33 "stage4"34 ],35 "out_indices": [36 437 ],38 "patch_size": 4,39 "path_norm": true,40 "problem_type": "multi_label_classification",41 "qkv_bias": true,42 "stage_names": [43 "stem",44 "stage1",45 "stage2",46 "stage3",47 "stage4"48 ],49 "transformers_version": "5.0.0",50 "use_absolute_embeddings": false,51 "window_size": 752}53 