lia21 commited on
Commit
b50c731
·
verified ·
1 Parent(s): 0a9da78

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -4
generation_config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
- "_from_model_config": true,
3
- "bos_token_id": 1,
4
- "eos_token_id": 2,
5
- "transformers_version": "4.35.0"
 
6
  }
 
1
  {
2
+ "temperature": 0.2,
3
+ "top_p": 0.9,
4
+ "do_sample": true,
5
+ "repetition_penalty": 1.05,
6
+ "max_new_tokens": 256
7
  }