Update config.json
Browse filesupdate the max position embedding to 16384
- 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":
|
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,
|