llama2-7b-sft-chat-no-template-dpo / generation_config.json
elichen3051's picture
Model save
912d391 verified
raw
history blame contribute delete
No virus
195 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.41.2"
}