ZacLiu commited on
Commit
3635a94
1 Parent(s): eec23c6

Update config.json

Browse files

update the max position embedding to 16384

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -16,7 +16,7 @@
16
  "hidden_size": 4096,
17
  "initializer_range": 0.02,
18
  "intermediate_size": 11008,
19
- "max_position_embeddings": 2048,
20
  "model_type": "aquila",
21
  "num_attention_heads": 32,
22
  "num_hidden_layers": 32,
 
16
  "hidden_size": 4096,
17
  "initializer_range": 0.02,
18
  "intermediate_size": 11008,
19
+ "max_position_embeddings": 16384,
20
  "model_type": "aquila",
21
  "num_attention_heads": 32,
22
  "num_hidden_layers": 32,