stevhliu HF staff commited on
Commit
1802425
1 Parent(s): 45140f3

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +6 -0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": 50256,
4
+ "max_new_tokens": 50,
5
+ "transformers_version": "4.25.1"
6
+ }