flydust commited on
Commit
5d63ec1
1 Parent(s): 4c6d616

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +3 -4
generation_config.json CHANGED
@@ -3,8 +3,7 @@
3
  "do_sample": true,
4
  "eos_token_id": 128001,
5
  "max_length": 4096,
6
- "temperature": 0,
7
- "top_p": 1,
8
- "repetition_penalty": 1.2,
9
  "transformers_version": "4.40.2"
10
- }
 
3
  "do_sample": true,
4
  "eos_token_id": 128001,
5
  "max_length": 4096,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
 
8
  "transformers_version": "4.40.2"
9
+ }