Sarus-500M / generation_config.json
ViuAI's picture
Upload generation_config.json with huggingface_hub
6667d1c verified
Raw
History Blame Contribute Delete
219 Bytes
{
"bos_token_id": 1,
"eos_token_id": [
2,
64003
],
"pad_token_id": 0,
"max_new_tokens": 1024,
"temperature": 0.7,
"top_p": 0.8,
"do_sample": true,
"transformers_version": "4.45.0"
}