Gautam6 commited on
Commit
28c44ed
·
verified ·
1 Parent(s): 0c56b20

Add generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +7 -0
generation_config.json CHANGED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "max_new_tokens": 2048,
3
+ "temperature": 0.7,
4
+ "top_p": 0.9,
5
+ "do_sample": true,
6
+ "model_name": "Buddha AI"
7
+ }