ruixie commited on
Commit
bfcd223
1 Parent(s): 5b5b6f5

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +7 -0
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 70000,
4
+ "eos_token_id": 70000,
5
+ "max_new_tokens": 1024,
6
+ "transformers_version": "4.31.0"
7
+ }