hollywoodfrancis commited on
Commit
e0ca651
·
verified ·
1 Parent(s): dceb09b

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +7 -0
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "temperature": 0.7,
3
+ "top_k": 50,
4
+ "top_p": 0.9,
5
+ "max_length": 512,
6
+ "do_sample": true
7
+ }