Upload pruning_info.json with huggingface_hub
Browse files- pruning_info.json +12 -0
pruning_info.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"original_model": "upstage/Solar-Open-100B",
|
| 3 |
+
"target_ratio": 0.05,
|
| 4 |
+
"strategy": "Layer + Head + FFN (Recommended)",
|
| 5 |
+
"importance_metric": "magnitude",
|
| 6 |
+
"original_params": 9462747136,
|
| 7 |
+
"pruned_params": 2132070400,
|
| 8 |
+
"compression_ratio": 0.22531199125978632,
|
| 9 |
+
"layers_removed": 42,
|
| 10 |
+
"ffn_reduction_ratio": 0.6,
|
| 11 |
+
"timestamp": "2026-01-06T08:23:04.049815"
|
| 12 |
+
}
|