TheBloke commited on
Commit
e7fed2b
1 Parent(s): f37ef95

GPTQ model commit

Browse files
Files changed (1) hide show
  1. config.json +21 -1
config.json CHANGED
@@ -10,6 +10,26 @@
10
  "initializer_range": 0.02,
11
  "intermediate_size": 14336,
12
  "max_position_embeddings": 32768,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  "model_type": "mistral",
14
  "num_attention_heads": 32,
15
  "num_hidden_layers": 32,
@@ -24,4 +44,4 @@
24
  "vocab_size": 32000,
25
  "pretraining_tp": 1,
26
  "pad_token_id": 0
27
- }
 
10
  "initializer_range": 0.02,
11
  "intermediate_size": 14336,
12
  "max_position_embeddings": 32768,
13
+ "quantization_config": {
14
+ "batch_size": 1,
15
+ "bits": 4,
16
+ "block_name_to_quantize": "model.layers",
17
+ "damp_percent": 0.1,
18
+ "desc_act": true,
19
+ "disable_exllama": false,
20
+ "group_size": 128,
21
+ "max_input_length": null,
22
+ "model_seqlen": 4096,
23
+ "module_name_preceding_first_block": [
24
+ "model.embed_tokens"
25
+ ],
26
+ "pad_token_id": null,
27
+ "quant_method": "gptq",
28
+ "sym": true,
29
+ "tokenizer": null,
30
+ "true_sequential": true,
31
+ "use_cuda_fp16": true
32
+ },
33
  "model_type": "mistral",
34
  "num_attention_heads": 32,
35
  "num_hidden_layers": 32,
 
44
  "vocab_size": 32000,
45
  "pretraining_tp": 1,
46
  "pad_token_id": 0
47
+ }