joaogante HF staff commited on
Commit
671851b
1 Parent(s): 75e09b4

Our very first generation_config.json

Browse files

See https://github.com/huggingface/transformers/pull/20218

Files changed (1) hide show
  1. generation_config.json +5 -0
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 50256,
3
+ "eos_token_id": 50256,
4
+ "transformers_version": "4.25.0.dev0"
5
+ }