TheBloke commited on
Commit
d18d6fc
1 Parent(s): e764c7e

Update config.json

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