brucethemoose commited on
Commit
a3b1c4c
1 Parent(s): 77410b0

Context size was set wrong

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -10,7 +10,7 @@
10
  "hidden_size": 7168,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 20480,
13
- "max_position_embeddings": 3072,
14
  "model_type": "llama",
15
  "num_attention_heads": 56,
16
  "num_hidden_layers": 60,
 
10
  "hidden_size": 7168,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 20480,
13
+ "max_position_embeddings": 200000,
14
  "model_type": "llama",
15
  "num_attention_heads": 56,
16
  "num_hidden_layers": 60,