bartowski commited on
Commit
8f5dc6b
1 Parent(s): 5c820d1

Create generation_config.json

Browse files

Think this file is needed for proper generation and ending the output, I know exl2 relies on it

Files changed (1) hide show
  1. generation_config.json +5 -0
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "eos_token_id": [128001, 128009],
4
+ "transformers_version": "4.40.0.dev0"
5
+ }