pragna-1b / generation_config.json
sidpanda's picture
Update generation_config.json
0fa0def verified
raw
history blame
209 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"max_length": 2048,
"pad_token_id": 0,
"transformers_version": "4.36.2",
"do_sample": "True",
"top_k": 10,
"temperature": 0.8,
"max_new_tokens": 512
}