ZacLiu commited on
Commit
a06fd16
1 Parent(s): a731787

Update config.json

Browse files

change 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": 6144,
17
  "initializer_range": 0.02,
18
  "intermediate_size": 24576,
19
- "max_position_embeddings": 4096,
20
  "model_type": "aquila",
21
  "num_attention_heads": 48,
22
  "num_hidden_layers": 60,
 
16
  "hidden_size": 6144,
17
  "initializer_range": 0.02,
18
  "intermediate_size": 24576,
19
+ "max_position_embeddings": 16384,
20
  "model_type": "aquila",
21
  "num_attention_heads": 48,
22
  "num_hidden_layers": 60,