Text Generation
Russian
conversational
IlyaGusev commited on
Commit
bd48231
1 Parent(s): c948c96

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -6
generation_config.json CHANGED
@@ -2,13 +2,12 @@
2
  "pad_token_id": 0,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
- "temperature": 1.0,
6
  "top_p": 0.9,
7
  "top_k": 30,
8
  "do_sample": true,
9
- "max_new_tokens": 1024,
10
- "num_beams": 2,
11
  "repetition_penalty": 1.1,
12
- "no_repeat_ngram_size": 25
13
- }
14
-
 
2
  "pad_token_id": 0,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "temperature": 0.2,
6
  "top_p": 0.9,
7
  "top_k": 30,
8
  "do_sample": true,
9
+ "max_new_tokens": 1536,
10
+ "num_beams": 1,
11
  "repetition_penalty": 1.1,
12
+ "no_repeat_ngram_size": 15
13
+ }