mlabonne bartowski commited on
Commit
d41db80
1 Parent(s): 5c820d1

Create generation_config.json (#1)

Browse files

- Create generation_config.json (8f5dc6b21587e50b8fbd2aee420d13e965f0c456)


Co-authored-by: Bartowski <bartowski@users.noreply.huggingface.co>

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
+ }