CserDu123 commited on
Commit
e477e67
·
verified ·
1 Parent(s): 7f6ee06

Upload 010-qwen3-vl-8b-full-tuning-training_data-17k-2k-max-seg-nums-3-4-ckpt-586/generation_config.json with huggingface_hub

Browse files
010-qwen3-vl-8b-full-tuning-training_data-17k-2k-max-seg-nums-3-4-ckpt-586/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": [
4
+ 151645,
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "temperature": 0.7,
10
+ "top_k": 20,
11
+ "top_p": 0.8,
12
+ "transformers_version": "4.57.3"
13
+ }