Jeeves-Small-95M / generation_config.json
Anurich's picture
Upload Jeeves model (trust_remote_code)
09168df verified
raw
history blame contribute delete
160 Bytes
{
"do_sample": true,
"temperature": 0.7,
"top_k": 50,
"top_p": 0.9,
"max_new_tokens": 512,
"eos_token_id": [
2,
5
],
"pad_token_id": 0
}