Create generation_config.json

#6
by Xenova HF Staff - opened
Files changed (1) hide show
  1. generation_config.json +8 -0
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 50256,
3
+ "eos_token_id": [
4
+ 50256,
5
+ 65531
6
+ ],
7
+ "transformers_version": "4.57.0"
8
+ }