openllm-small-extended-10k / generation_config.json
lemms's picture
Upload folder using huggingface_hub
8aeeaba verified
raw
history blame
195 Bytes
{
"max_length": 512,
"max_new_tokens": 256,
"temperature": 0.7,
"top_k": 40,
"top_p": 0.9,
"do_sample": true,
"pad_token_id": 0,
"eos_token_id": 1,
"bos_token_id": 2
}