hpyapali commited on
Commit
3f1ddce
·
verified ·
1 Parent(s): 710087b

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
+ "max_new_tokens": 150,
3
+ "temperature": 0.7,
4
+ "top_p": 0.95,
5
+ "top_k": 50,
6
+ "do_sample": true
7
+ }