TechCarbasa commited on
Commit
3c09659
·
verified ·
1 Parent(s): 2ac8f91

Upload /workspace/ComfyUI/models/LLM/Qwen-VL/Qwen3-VL-4B-Instruct/generation_config.json with huggingface_hub

Browse files
workspace/ComfyUI/models/LLM/Qwen-VL/Qwen3-VL-4B-Instruct/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
+ "top_k": 20,
10
+ "top_p": 0.8,
11
+ "repetition_penalty": 1.0,
12
+ "temperature": 0.7,
13
+ "transformers_version": "4.56.0"
14
+ }