Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
"positional_embedding_type": "rotary",
|
27 |
"post_embed_norm": false,
|
28 |
"qk_norm": true,
|
29 |
-
"seq_len":
|
30 |
"vocab_size": 50432,
|
31 |
"weight_tying": false,
|
32 |
"torch_dtype": "float32",
|
|
|
26 |
"positional_embedding_type": "rotary",
|
27 |
"post_embed_norm": false,
|
28 |
"qk_norm": true,
|
29 |
+
"seq_len": 8192,
|
30 |
"vocab_size": 50432,
|
31 |
"weight_tying": false,
|
32 |
"torch_dtype": "float32",
|