update bos_token_id and eos_token_id

This commit is contained in:
Chujie Zheng 2024-03-04 21:25:50 +00:00 committed by system
parent bffd3b29c4
commit 4f74ac4e83
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -8,9 +8,9 @@
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
},
"attention_dropout": 0.0,
"bos_token_id": null,
"bos_token_id": 50256,
"embd_pdrop": 0.0,
"eos_token_id": null,
"eos_token_id": 50256,
"hidden_act": "gelu_new",
"hidden_size": 2048,
"initializer_range": 0.02,