CombinHorizon
commited on
Commit
•
52d6f63
1
Parent(s):
bacb090
Upload generation_config.json
Browse filesadd from [Qwen/Qwen2.5-7B-Instruct generation_config.json](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct/blob/main/generation_config.json)
- generation_config.json +14 -0
generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"pad_token_id": 151643,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": [
|
6 |
+
151645,
|
7 |
+
151643
|
8 |
+
],
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_p": 0.8,
|
12 |
+
"top_k": 20,
|
13 |
+
"transformers_version": "4.37.0"
|
14 |
+
}
|