EVAFRILL-Mo-3B / generation_config.json
pathcosmos's picture
Upload folder using huggingface_hub
42ca925 verified
raw
history blame contribute delete
178 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"max_new_tokens": 512,
"temperature": 0.8,
"top_p": 0.9,
"repetition_penalty": 1.1,
"do_sample": true
}