aidadev48 commited on
Commit
3647758
1 Parent(s): f5cd493

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -2
generation_config.json CHANGED
@@ -1,5 +1,8 @@
1
  {
2
- "temperature": 0.7,
3
- "top_p": 0.95,
 
 
 
4
  "transformers_version": "4.44.2"
5
  }
 
1
  {
2
+ "temperature": 0.8,
3
+ "top_p": 0.9,
4
+ "top_k": 50,
5
+ "max_length": 100,
6
+ "repetition_penalty": 1.2,
7
  "transformers_version": "4.44.2"
8
  }