frankenstallm / generation_config.json
pathcosmos's picture
Upload folder using huggingface_hub (#5)
c2fe413
raw
history blame contribute delete
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
}