Qwen/Qwen2.5-VL-72B-Instruct

#20
Files changed (1) hide show
  1. generation_config.json +5 -3
generation_config.json CHANGED
@@ -7,6 +7,8 @@
7
  151643
8
  ],
9
  "repetition_penalty": 1.05,
10
- "temperature": 0.000001,
11
- "transformers_version": "4.49.0"
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
+ }