vosap52 commited on
Commit
d9faeeb
·
verified ·
1 Parent(s): 26b7f76

Create 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
+ "max_length": 128,
3
+ "temperature": 0.6,
4
+ "top_p": 0.92,
5
+ "do_sample": true
6
+ }