| { | |
| "ape": false, | |
| "architectures": [ | |
| "RSPSwinForImageClassification" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "configuration_rsp.RSPSwinConfig", | |
| "AutoModelForImageClassification": "modeling_rsp.RSPSwinForImageClassification" | |
| }, | |
| "depths": [ | |
| 2, | |
| 2, | |
| 6, | |
| 2 | |
| ], | |
| "embed_dim": 96, | |
| "image_size": 224, | |
| "mlp_ratio": 4.0, | |
| "model_type": "rsp_swin", | |
| "num_channels": 3, | |
| "num_heads": [ | |
| 3, | |
| 6, | |
| 12, | |
| 24 | |
| ], | |
| "num_labels": 51, | |
| "patch_norm": true, | |
| "patch_size": 4, | |
| "qkv_bias": true, | |
| "source_checkpoint": "/mnt/data/projects/model_hubs/raw/rsp-swin-t-ckpt.pth", | |
| "window_size": 7 | |
| } |