SP-LM-alpha / generation_config.json
wizardoftrap's picture
Upload generation_config.json with huggingface_hub
06c7b3b verified
{
"max_length": 200,
"do_sample": true,
"top_k": 50,
"top_p": 0.95,
"temperature": 1.0,
"num_return_sequences": 1,
"bos_token_id": 50256,
"eos_token_id": 50256,
"pad_token_id": 50256
}