Text Generation
Transformers
PyTorch
Russian
mistral
Inference Endpoints
text-generation-inference
Gaivoronsky commited on
Commit
c203d44
1 Parent(s): ec48c40

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +1 -1
generation_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "top_p": 0.9,
7
  "top_k": 30,
8
  "do_sample": true,
9
- "num_beams": 5,
10
  "max_new_tokens": 512,
11
  "repetition_penalty": 1.1,
12
  "no_repeat_ngram_size": 15
 
6
  "top_p": 0.9,
7
  "top_k": 30,
8
  "do_sample": true,
9
+ "num_beams": 1,
10
  "max_new_tokens": 512,
11
  "repetition_penalty": 1.1,
12
  "no_repeat_ngram_size": 15