zephyr-chat / defaults /MODEL_PARAMS
stinkyshep's picture
Update defaults/MODEL_PARAMS
e6e06e1 verified
raw
history blame
157 Bytes
{
"temperature": 0.9,
"top_p": 0.95,
"repetition_penalty": 1.2,
"top_k": 50,
"truncate": 1000,
"max_new_tokens": 16024
}