Text Generation
Transformers
PyTorch
Russian
mistral
text-generation-inference
Inference Endpoints
File size: 265 Bytes
76a2fb5
f94464a
 
 
ec48c40
f94464a
ec48c40
f94464a
c203d44
ec48c40
f94464a
 
76a2fb5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "pad_token_id": 0,
    "bos_token_id": 1,
    "eos_token_id": 2,
    "temperature": 0.01,
    "top_p": 0.9,
    "top_k": 30,
    "do_sample": true,
    "num_beams": 1,
    "max_new_tokens": 512,
    "repetition_penalty": 1.1,
    "no_repeat_ngram_size": 15
}