Sutra-Instruct-350M / generation_config.json
Abhiray's picture
Upload generation_config.json with huggingface_hub
92fce15 verified
raw
history blame contribute delete
165 Bytes
{
"max_new_tokens": 500,
"temperature": 0.55,
"top_k": 50,
"repetition_penalty": 1.2,
"do_sample": true,
"bos_token_id": 50256,
"eos_token_id": 50256
}