RaymondAISG commited on
Commit
8ac1ed2
1 Parent(s): 1f70736

Upload generation_config.json

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