WGNW commited on
Commit
f05801e
·
1 Parent(s): 677bfb9

Update config.json

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