Text Generation
Transformers
PyTorch
qwen2
conversational
text-generation-inference
yapeichang commited on
Commit
30e37e2
·
verified ·
1 Parent(s): 958622f

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +7 -0
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "pad_token_id": 151643,
6
+ "transformers_version": "4.50.0"
7
+ }