Text Generation
Russian
IlyaGusev commited on
Commit
7a9f7a5
1 Parent(s): af3e8c6

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -2
generation_config.json CHANGED
@@ -2,8 +2,8 @@
2
  "pad_token_id": 0,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
- "temperature": 0.1,
6
- "top_p": 0.85,
7
  "top_k": 30,
8
  "do_sample": true,
9
  "num_beams": 1,
 
2
  "pad_token_id": 0,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "temperature": 0.8,
6
+ "top_p": 0.9,
7
  "top_k": 30,
8
  "do_sample": true,
9
  "num_beams": 1,