TheBloke commited on
Commit
4061c53
1 Parent(s): 04dbdd1

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "output/puffin-v1-4k-sharegpt-llama-2-13b/checkpoint-500",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -15,7 +15,6 @@
15
  "num_hidden_layers": 40,
16
  "num_key_value_heads": 40,
17
  "pad_token_id": 0,
18
- "pretraining_tp": 2,
19
  "rms_norm_eps": 1e-05,
20
  "rope_scaling": null,
21
  "tie_word_embeddings": false,
 
1
  {
2
+ "_name_or_path": "output/puffin-v1.3-4k-sharegpt-llama-2-13b/checkpoint-550",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
15
  "num_hidden_layers": 40,
16
  "num_key_value_heads": 40,
17
  "pad_token_id": 0,
 
18
  "rms_norm_eps": 1e-05,
19
  "rope_scaling": null,
20
  "tie_word_embeddings": false,