frankenstallm / generation_config.json
somebody-to-love's picture
Upload folder using huggingface_hub
bcb770f verified
raw
history blame
149 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"max_new_tokens": 512,
"temperature": 0.8,
"top_p": 0.9,
"do_sample": true
}