fukayatti0 commited on
Commit
b741618
·
verified ·
1 Parent(s): e999e91

Upload quantization_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. quantization_config.json +23 -0
quantization_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "facebook/nllb-200-distilled-600M",
3
+ "quantization_method": "EfQAT-CWPN",
4
+ "total_parameters": 877428736,
5
+ "converted_layers": 193,
6
+ "critical_layers": 109,
7
+ "statistics": {
8
+ "total_parameters": 614676480,
9
+ "frozen_parameters": 0,
10
+ "active_parameters": 614676480,
11
+ "frozen_ratio": 0.0,
12
+ "critical_parameters": 375601152,
13
+ "global_importance_stats": {
14
+ "mean": 0.0,
15
+ "std": 1.0,
16
+ "percentiles": {}
17
+ },
18
+ "average_bits_per_parameter": 5.085784730204741,
19
+ "current_stage": 1,
20
+ "total_stages": 3,
21
+ "memory_usage": 0.5944201992269823
22
+ }
23
+ }