feihu.hf
commited on
Commit
•
06c12a7
1
Parent(s):
c4d44f0
update config.json & tokenizer_config.json
Browse files- config.json +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
"rope_theta": 1000000.0,
|
26 |
"router_aux_loss_coef": 0.001,
|
27 |
"shared_expert_intermediate_size": 20480,
|
28 |
-
"sliding_window":
|
29 |
"tie_word_embeddings": false,
|
30 |
"torch_dtype": "bfloat16",
|
31 |
"transformers_version": "4.40.1",
|
|
|
25 |
"rope_theta": 1000000.0,
|
26 |
"router_aux_loss_coef": 0.001,
|
27 |
"shared_expert_intermediate_size": 20480,
|
28 |
+
"sliding_window": 131072,
|
29 |
"tie_word_embeddings": false,
|
30 |
"torch_dtype": "bfloat16",
|
31 |
"transformers_version": "4.40.1",
|
tokenizer_config.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
"clean_up_tokenization_spaces": false,
|
33 |
"eos_token": "<|endoftext|>",
|
34 |
"errors": "replace",
|
35 |
-
"model_max_length":
|
36 |
"pad_token": "<|endoftext|>",
|
37 |
"split_special_tokens": false,
|
38 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
32 |
"clean_up_tokenization_spaces": false,
|
33 |
"eos_token": "<|endoftext|>",
|
34 |
"errors": "replace",
|
35 |
+
"model_max_length": 131072,
|
36 |
"pad_token": "<|endoftext|>",
|
37 |
"split_special_tokens": false,
|
38 |
"tokenizer_class": "Qwen2Tokenizer",
|