AlexBefest commited on
Commit
4cd9f95
·
verified ·
1 Parent(s): d5b2299

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -1
config.json CHANGED
@@ -23,5 +23,16 @@
23
  "transformers_version": "4.43.1",
24
  "use_cache": true,
25
  "use_sliding_window": false,
26
- "vocab_size": 152064
 
 
 
 
 
 
 
 
 
 
 
27
  }
 
23
  "transformers_version": "4.43.1",
24
  "use_cache": true,
25
  "use_sliding_window": false,
26
+ "vocab_size": 152064,
27
+ "quantization_config": {
28
+ "quant_method": "exl2",
29
+ "version": "0.2.8",
30
+ "bits": 6.0,
31
+ "head_bits": 8,
32
+ "calibration": {
33
+ "rows": 115,
34
+ "length": 2048,
35
+ "dataset": "(default)"
36
+ }
37
+ }
38
  }