Trubnik1967 commited on
Commit
37fc057
·
verified ·
1 Parent(s): e6336fe

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +8 -0
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "max_new_tokens": 400,
4
+ "pad_token_id": 0,
5
+ "temperature": 0.6,
6
+ "top_p": 0.95,
7
+ "transformers_version": "4.41.0.dev0"
8
+ }