prelington commited on
Commit
bc9d9d3
·
verified ·
1 Parent(s): 72b3949

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_new_tokens": 200,
3
+ "temperature": 0.7,
4
+ "top_p": 0.9,
5
+ "do_sample": true
6
+ }