austindavis commited on
Commit
21c34b9
1 Parent(s): d119c33

Upload Generation Config

Browse files
Files changed (1) hide show
  1. generation_config.json +9 -0
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": 2,
4
+ "max_length": 512,
5
+ "max_new_tokens": 512,
6
+ "pad_token_id": 0,
7
+ "temperature": 0.0001,
8
+ "transformers_version": "4.40.1"
9
+ }