pocket_olmo / generation_config.json
NickNickGo's picture
Upload generation_config.json with huggingface_hub
a5f59cc verified
raw
history blame
108 Bytes
{
"max_length": 128,
"temperature": 1.0,
"top_k": 50,
"top_p": 0.95,
"do_sample": true
}