Vikhr-7B-instruct_0.1 / generation_config.json
zjkarina's picture
Upload generation_config.json
7b51636 verified
raw
history blame contribute delete
No virus
244 Bytes
{
"pad_token_id": 0,
"bos_token_id": 1,
"eos_token_id": 2,
"temperature": 0.2,
"top_p": 0.9,
"top_k": 40,
"do_sample": true,
"max_new_tokens": 1536,
"repetition_penalty": 1.1,
"no_repeat_ngram_size": 15
}