Upload config.json
Browse files- config.json +28 -0
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "pruned",
|
| 3 |
+
"model_size": "30m",
|
| 4 |
+
"model_type": "ben2",
|
| 5 |
+
"pruning_info": {
|
| 6 |
+
"layers_pruned": "Reduced Swin Transformer depths from [2, 2, 18, 2] to [1, 1, 4, 1]",
|
| 7 |
+
"original_params": 94134658,
|
| 8 |
+
"pruned_params": 36275254,
|
| 9 |
+
"pruning_strategy": "depth_reduction",
|
| 10 |
+
"reduction_percent": 61.46450757806971
|
| 11 |
+
},
|
| 12 |
+
"swin_config": {
|
| 13 |
+
"depths": [
|
| 14 |
+
1,
|
| 15 |
+
1,
|
| 16 |
+
4,
|
| 17 |
+
1
|
| 18 |
+
],
|
| 19 |
+
"embed_dim": 128,
|
| 20 |
+
"num_heads": [
|
| 21 |
+
4,
|
| 22 |
+
8,
|
| 23 |
+
16,
|
| 24 |
+
32
|
| 25 |
+
],
|
| 26 |
+
"window_size": 12
|
| 27 |
+
}
|
| 28 |
+
}
|