Text Generation
Russian
conversational
saiga2_13b_lora / generation_config.json
IlyaGusev's picture
Initial commit, 1250 checkpoint
541e495
{
"pad_token_id": 0,
"bos_token_id": 1,
"eos_token_id": 2,
"temperature": 0.2,
"top_p": 0.9,
"top_k": 30,
"do_sample": true,
"max_new_tokens": 1536,
"num_beams": 1,
"repetition_penalty": 1.15,
"no_repeat_ngram_size": 15
}