aria-1b-chat / generation_config.json
dkumar15's picture
Upload generation_config.json with huggingface_hub
01b7d1c verified
raw
history blame contribute delete
230 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 2,
"do_sample": true,
"temperature": 0.7,
"top_k": 50,
"top_p": 0.9,
"repetition_penalty": 1.15,
"max_new_tokens": 512,
"transformers_version": "4.40.0"
}