JustinLin610
commited on
Commit
•
bcd6406
1
Parent(s):
3aac2f5
update tokenizer_config.json,config.json,generation_config.json
Browse files- config.json +2 -2
- generation_config.json +1 -1
- tokenizer_config.json +2 -2
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 151643,
|
7 |
-
"eos_token_id":
|
8 |
"hidden_act": "silu",
|
9 |
"hidden_size": 3584,
|
10 |
"initializer_range": 0.02,
|
@@ -44,7 +44,7 @@
|
|
44 |
"sliding_window": 131072,
|
45 |
"tie_word_embeddings": false,
|
46 |
"torch_dtype": "float16",
|
47 |
-
"transformers_version": "4.
|
48 |
"use_cache": true,
|
49 |
"use_sliding_window": false,
|
50 |
"vocab_size": 152064
|
|
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 151643,
|
7 |
+
"eos_token_id": 151645,
|
8 |
"hidden_act": "silu",
|
9 |
"hidden_size": 3584,
|
10 |
"initializer_range": 0.02,
|
|
|
44 |
"sliding_window": 131072,
|
45 |
"tie_word_embeddings": false,
|
46 |
"torch_dtype": "float16",
|
47 |
+
"transformers_version": "4.44.0",
|
48 |
"use_cache": true,
|
49 |
"use_sliding_window": false,
|
50 |
"vocab_size": 152064
|
generation_config.json
CHANGED
@@ -10,5 +10,5 @@
|
|
10 |
"temperature": 0.7,
|
11 |
"top_k": 20,
|
12 |
"top_p": 0.8,
|
13 |
-
"transformers_version": "4.
|
14 |
}
|
|
|
10 |
"temperature": 0.7,
|
11 |
"top_k": 20,
|
12 |
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.44.0"
|
14 |
}
|
tokenizer_config.json
CHANGED
@@ -199,9 +199,9 @@
|
|
199 |
"clean_up_tokenization_spaces": false,
|
200 |
"eos_token": "<|im_end|>",
|
201 |
"errors": "replace",
|
202 |
-
"model_max_length":
|
203 |
"pad_token": "<|endoftext|>",
|
204 |
"split_special_tokens": false,
|
205 |
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
"unk_token": null
|
207 |
-
}
|
|
|
199 |
"clean_up_tokenization_spaces": false,
|
200 |
"eos_token": "<|im_end|>",
|
201 |
"errors": "replace",
|
202 |
+
"model_max_length": 32768,
|
203 |
"pad_token": "<|endoftext|>",
|
204 |
"split_special_tokens": false,
|
205 |
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
"unk_token": null
|
207 |
+
}
|