Junteng commited on
Commit
151fde9
·
verified ·
1 Parent(s): 6614425

Upload data/train_llava/llava-v1.5-13b-negclip_fqa_1e-5_epoch3-SFT-fqa/generation_config.json with huggingface_hub

Browse files
data/train_llava/llava-v1.5-13b-negclip_fqa_1e-5_epoch3-SFT-fqa/generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "do_sample": true,
5
+ "eos_token_id": 2,
6
+ "max_length": 4096,
7
+ "pad_token_id": 0,
8
+ "temperature": 0.9,
9
+ "top_p": 0.6,
10
+ "transformers_version": "4.37.2"
11
+ }