finalform commited on
Commit
69eb36f
·
verified ·
1 Parent(s): 596d501

Upload generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +6 -0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "temperature": 0.6,
3
+ "top_p": 0.95,
4
+ "top_k": 20,
5
+ "repetition_penalty": 1.1
6
+ }