Text Generation
Russian
saiga_7b_lora / generation_config.json
IlyaGusev's picture
Initial commit
e9b333e
raw history blame
No virus
260 Bytes
{
"pad_token_id": 0,
"bos_token_id": 1,
"eos_token_id": 2,
"temperature": 1.0,
"top_p": 0.9,
"top_k": 40,
"do_sample": true,
"max_length": 1024,
"num_beams": 2,
"repetition_penalty": 1.1,
"no_repeat_ngram_size": 5
}