deeplm-108m / generation_config.json
samcheng0's picture
Upload generation_config.json with huggingface_hub
e1d0aa7 verified
{
"max_new_tokens": 512,
"do_sample": true,
"temperature": 0.7,
"top_p": 0.9,
"top_k": 50,
"repetition_penalty": 1.1,
"pad_token_id": 0,
"eos_token_id": 2,
"bos_token_id": 1
}