Llama2-7b-sft-chat-custom-template-dpo / generation_config.json
elichen3051's picture
Model save
e3406fb verified
raw
history blame contribute delete
No virus
200 Bytes
{
"bos_token_id": 32000,
"do_sample": true,
"eos_token_id": 32001,
"max_length": 4096,
"pad_token_id": 32001,
"temperature": 0.6,
"top_p": 0.9,
"transformers_version": "4.42.0.dev0"
}