WGNW commited on
Commit
9d6a60c
1 Parent(s): b724e70

Update config.json

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