Text Generation
Russian
conversational
File size: 264 Bytes
34ca8bc
 
 
 
bd48231
34ca8bc
 
 
bd48231
 
34ca8bc
bd48231
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "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.1,
    "no_repeat_ngram_size": 15
}