mlabonne ehartford commited on
Commit
6e7e090
1 Parent(s): e1d42af

Create generation_config.json (#3)

Browse files

- Create generation_config.json (e8726cbfba22ecb0d721bef016576e3e637bd3b7)


Co-authored-by: Eric Hartford <ehartford@users.noreply.huggingface.co>

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