Wiki-SmartBotLM-Instruct / generation_config.json
pranavupadhyaya52's picture
Upload custom model weights and configuration
64d9201 verified
Raw
History Blame Contribute Delete
191 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"max_length": 8192,
"do_sample": true,
"temperature": 0.2,
"top_p": 0.95,
"top_k": 40,
"repetition_penalty": 1.1
}