Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
"rotary_emb_base": 10000,
|
27 |
"rotary_pct": 1.0,
|
28 |
"scale_attn_weights": true,
|
29 |
-
"seq_length":
|
30 |
"softmax_in_fp32": false,
|
31 |
"tie_word_embeddings": false,
|
32 |
"tokenizer_class": "QWenTokenizer",
|
|
|
26 |
"rotary_emb_base": 10000,
|
27 |
"rotary_pct": 1.0,
|
28 |
"scale_attn_weights": true,
|
29 |
+
"seq_length": 8192,
|
30 |
"softmax_in_fp32": false,
|
31 |
"tie_word_embeddings": false,
|
32 |
"tokenizer_class": "QWenTokenizer",
|