Files
sarvam-0.5/generation_config.json

11 lines
191 B
JSON
Raw Normal View History

{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_length": 8192,
"repetition_penalty": 1.2,
"temperature": 0.1,
"top_p": 0.9,
"transformers_version": "4.44.0"
}