sarvam-reasoning / generation_config.json
Perfect7613's picture
Trained with Unsloth
062fdbe verified
raw
history blame contribute delete
214 Bytes
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_length": 8192,
"pad_token_id": 0,
"repetition_penalty": 1.05,
"temperature": 0.1,
"top_p": 0.95,
"transformers_version": "4.48.3"
}