Update max_position_embeddings.
Browse filesUpdate 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).
- 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":
|
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,
|