Alias1964 commited on
Commit
7aa3491
·
verified ·
1 Parent(s): ea7431e

Upload generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +11 -0
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128009
7
+ ],
8
+ "max_length": 4096,
9
+ "top_p": 0.9,
10
+ "transformers_version": "4.42.4"
11
+ }