WGNW commited on
Commit
4211d85
1 Parent(s): 578d554

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -1
config.json CHANGED
@@ -25,5 +25,17 @@
25
  "torch_dtype": "float16",
26
  "transformers_version": "4.34.0.dev0",
27
  "use_cache": true,
28
- "vocab_size": 46336
 
 
 
 
 
 
 
 
 
 
 
 
29
  }
 
25
  "torch_dtype": "float16",
26
  "transformers_version": "4.34.0.dev0",
27
  "use_cache": true,
28
+ "vocab_size": 46336,
29
+ "quantization_config": {
30
+ "quant_method":"gptq",
31
+ "bits": 4,
32
+ "group_size": 128,
33
+ "damp_percent": 0.01,
34
+ "desc_act": false,
35
+ "static_groups": false,
36
+ "sym": true,
37
+ "true_sequential": true,
38
+ "model_name_or_path": null,
39
+ "model_file_base_name": "model"
40
+ }
41
  }