agamemnon commited on
Commit
108c1a2
1 Parent(s): 0bf092e

Update max_position_embeddings.

Browse files

Update the max_position_embeddings to match meta's. It was smaller because this model was finetuned on a smaller context length (8k tokens) than the max (131k).

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -10,7 +10,7 @@
10
  "hidden_size": 4096,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 14336,
13
- "max_position_embeddings": 8192,
14
  "mlp_bias": false,
15
  "model_type": "llama",
16
  "num_attention_heads": 32,
 
10
  "hidden_size": 4096,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 14336,
13
+ "max_position_embeddings": 131072,
14
  "mlp_bias": false,
15
  "model_type": "llama",
16
  "num_attention_heads": 32,