Qwen/Qwen2.5-VL-72B-Instruct
#20
by
chnsmth
- opened
- generation_config.json +5 -3
generation_config.json
CHANGED
@@ -7,6 +7,8 @@
|
|
7 |
151643
|
8 |
],
|
9 |
"repetition_penalty": 1.05,
|
10 |
-
"temperature":
|
11 |
-
"
|
12 |
-
|
|
|
|
|
|
7 |
151643
|
8 |
],
|
9 |
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 1,
|
11 |
+
"top_p": 0.001,
|
12 |
+
"top_k": 1,
|
13 |
+
"transformers_version": "4.37.0"
|
14 |
+
}
|