Files
sarvam-1/generation_config.json

11 lines
193 B
JSON
Raw Normal View History

{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_length": 8192,
"repetition_penalty": 1.05,
"temperature": 0.1,
"top_p": 0.95,
"transformers_version": "4.45.2"
}