TheBloke commited on
Commit
c97de15
1 Parent(s): b5a6308

GPTQ model commit

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -14,6 +14,7 @@
14
  "num_attention_heads": 64,
15
  "num_hidden_layers": 80,
16
  "num_key_value_heads": 8,
 
17
  "rms_norm_eps": 1e-05,
18
  "rope_scaling": null,
19
  "rope_theta": 10000.0,
@@ -22,7 +23,6 @@
22
  "transformers_version": "4.33.1",
23
  "use_cache": true,
24
  "vocab_size": 32000,
25
- "pretraining_tp": 1,
26
  "pad_token_id": 0,
27
  "quantization_config": {
28
  "bits": 4,
 
14
  "num_attention_heads": 64,
15
  "num_hidden_layers": 80,
16
  "num_key_value_heads": 8,
17
+ "pretraining_tp": 1,
18
  "rms_norm_eps": 1e-05,
19
  "rope_scaling": null,
20
  "rope_theta": 10000.0,
 
23
  "transformers_version": "4.33.1",
24
  "use_cache": true,
25
  "vocab_size": 32000,
 
26
  "pad_token_id": 0,
27
  "quantization_config": {
28
  "bits": 4,