Video-Text-to-Text
Transformers
Safetensors
ChenYi99 commited on
Commit
d3389df
·
verified ·
1 Parent(s): 6f21513

Upload Qwen2.5-VL-7B-GRPO-CARE-Margin0.01-SEED-Bench-R1/checkpoint-1500/generation_config.json with huggingface_hub

Browse files
Qwen2.5-VL-7B-GRPO-CARE-Margin0.01-SEED-Bench-R1/checkpoint-1500/generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attn_implementation": "flash_attention_2",
3
+ "bos_token_id": 151643,
4
+ "do_sample": true,
5
+ "eos_token_id": [
6
+ 151645,
7
+ 151643
8
+ ],
9
+ "pad_token_id": 151643,
10
+ "repetition_penalty": 1.05,
11
+ "temperature": 1e-06,
12
+ "transformers_version": "4.51.3",
13
+ "use_cache": false
14
+ }