{ | |
"_name_or_path": "microsoft/swin-large-patch4-window12-384", | |
"architectures": [ | |
"SwinForImageClassification" | |
], | |
"attention_probs_dropout_prob": 0.0, | |
"depths": [ | |
2, | |
2, | |
18, | |
2 | |
], | |
"drop_path_rate": 0.1, | |
"embed_dim": 192, | |
"encoder_stride": 32, | |
"hidden_act": "gelu", | |
"hidden_dropout_prob": 0.0, | |
"hidden_size": 1536, | |
"id2label": { | |
"0": "LGLO", | |
"1": "MGLO", | |
"2": "HGLO", | |
"3": "UGLO", | |
"4": "MGSO", | |
"5": "LGSO", | |
"6": "HGSO", | |
"7": "MWS", | |
"8": "MWL" | |
}, | |
"image_size": 384, | |
"initializer_range": 0.02, | |
"label2id": { | |
"HGLO": 2, | |
"HGSO": 6, | |
"LGLO": 0, | |
"LGSO": 5, | |
"MGLO": 1, | |
"MGSO": 4, | |
"MWL": 8, | |
"MWS": 7, | |
"UGLO": 3 | |
}, | |
"layer_norm_eps": 1e-05, | |
"mlp_ratio": 4.0, | |
"model_type": "swin", | |
"num_channels": 3, | |
"num_heads": [ | |
6, | |
12, | |
24, | |
48 | |
], | |
"num_layers": 4, | |
"out_features": [ | |
"stage4" | |
], | |
"out_indices": [ | |
4 | |
], | |
"patch_size": 4, | |
"path_norm": true, | |
"problem_type": "single_label_classification", | |
"qkv_bias": true, | |
"stage_names": [ | |
"stem", | |
"stage1", | |
"stage2", | |
"stage3", | |
"stage4" | |
], | |
"torch_dtype": "float32", | |
"transformers_version": "4.45.2", | |
"use_absolute_embeddings": false, | |
"window_size": 12 | |
} | |