Upload folder using huggingface_hub
Browse files- enhancement_stats.json +31 -0
- model.safetensors +1 -1
- optimization_summary.json +26 -0
enhancement_stats.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_params": 391,
|
| 3 |
+
"modified_params": 379,
|
| 4 |
+
"enhancements_by_layer": {
|
| 5 |
+
"embed": 11,
|
| 6 |
+
"other": 52,
|
| 7 |
+
"weight": 164,
|
| 8 |
+
"bias": 151,
|
| 9 |
+
"norm": 1
|
| 10 |
+
},
|
| 11 |
+
"avg_enhancement": 6.438257444091922e-05,
|
| 12 |
+
"config": {
|
| 13 |
+
"name": "uniform_enhancement_var0.5_iter2_base_enhancement_1.2",
|
| 14 |
+
"attention_scale": 1.2,
|
| 15 |
+
"output_scale": 1.2,
|
| 16 |
+
"projection_scale": 1.2,
|
| 17 |
+
"norm_scale": 1.2,
|
| 18 |
+
"embed_scale": 1.2,
|
| 19 |
+
"weight_scale": 1.2,
|
| 20 |
+
"bias_scale": 0.8,
|
| 21 |
+
"base_enhancement": 0.0012,
|
| 22 |
+
"importance_factor": 1.0,
|
| 23 |
+
"noise_scale": 0.0002,
|
| 24 |
+
"min_scale_threshold": 0.1,
|
| 25 |
+
"apply_noise_to_unimportant": true,
|
| 26 |
+
"apply_stabilization": true,
|
| 27 |
+
"norm_clip": 0.08,
|
| 28 |
+
"skip_pattern": "none",
|
| 29 |
+
"emergency_scale": 0.01
|
| 30 |
+
}
|
| 31 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1443065856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34df2afe9748b1c61a095eb87d2eeccbb5a25b5ff8be279644878460bc81c64c
|
| 3 |
size 1443065856
|
optimization_summary.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_score": 0.9966990924201162,
|
| 3 |
+
"best_model_path": "/root/.AUQUA-S/VIP/iteration2_refine1_uniform_enhancement_var0.5_iter2_base_enhancement_1.2",
|
| 4 |
+
"best_strategy": "uniform_enhancement_var0.5_iter2_base_enhancement_1.2",
|
| 5 |
+
"best_config": {
|
| 6 |
+
"name": "uniform_enhancement_var0.5_iter2_base_enhancement_1.2",
|
| 7 |
+
"attention_scale": 1.2,
|
| 8 |
+
"output_scale": 1.2,
|
| 9 |
+
"projection_scale": 1.2,
|
| 10 |
+
"norm_scale": 1.2,
|
| 11 |
+
"embed_scale": 1.2,
|
| 12 |
+
"weight_scale": 1.2,
|
| 13 |
+
"bias_scale": 0.8,
|
| 14 |
+
"base_enhancement": 0.0012,
|
| 15 |
+
"importance_factor": 1.0,
|
| 16 |
+
"noise_scale": 0.0002,
|
| 17 |
+
"min_scale_threshold": 0.1,
|
| 18 |
+
"apply_noise_to_unimportant": true,
|
| 19 |
+
"apply_stabilization": true,
|
| 20 |
+
"norm_clip": 0.08,
|
| 21 |
+
"skip_pattern": "none",
|
| 22 |
+
"emergency_scale": 0.01
|
| 23 |
+
},
|
| 24 |
+
"iterations_performed": 3,
|
| 25 |
+
"final_model_path": "/root/.AUQUA-S/VIP/top1_optimized_model"
|
| 26 |
+
}
|