Text Generation
Russian
conversational
saiga_13b_lora / generation_config.json
IlyaGusev's picture
Initial commit
34ca8bc
raw history blame
No virus
265 Bytes
{
"pad_token_id": 0,
"bos_token_id": 1,
"eos_token_id": 2,
"temperature": 1.0,
"top_p": 0.9,
"top_k": 30,
"do_sample": true,
"max_new_tokens": 1024,
"num_beams": 2,
"repetition_penalty": 1.1,
"no_repeat_ngram_size": 8
}