randygpt-ds2 / generation_config.json
rsafier's picture
Upload folder using huggingface_hub
a993ba5 verified
raw
history blame contribute delete
128 Bytes
{
"bos_token_id": 0,
"eos_token_id": 1,
"max_new_tokens": 256,
"temperature": 0.8,
"top_p": 0.9,
"do_sample": true
}