AnonymousARR42 commited on
Commit
5b4d1f8
·
verified ·
1 Parent(s): cede89c

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +9 -3
generation_config.json CHANGED
@@ -1,3 +1,9 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd1490e4e4ab156bedbd15bc636ed214a42424df861d94fe8d548e7c588e1824
3
- size 157
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "eos_token_id": [
5
+ 128001
6
+ ],
7
+ "pad_token_id": 128001,
8
+ "transformers_version": "4.57.1"
9
+ }