rondlite commited on
Commit
4f23610
1 Parent(s): faaac9f

Update config.json

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