update bos_token_id and eos_token_id
This commit is contained in:
parent
bffd3b29c4
commit
4f74ac4e83
@ -8,9 +8,9 @@
|
|||||||
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
|
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
|
||||||
},
|
},
|
||||||
"attention_dropout": 0.0,
|
"attention_dropout": 0.0,
|
||||||
"bos_token_id": null,
|
"bos_token_id": 50256,
|
||||||
"embd_pdrop": 0.0,
|
"embd_pdrop": 0.0,
|
||||||
"eos_token_id": null,
|
"eos_token_id": 50256,
|
||||||
"hidden_act": "gelu_new",
|
"hidden_act": "gelu_new",
|
||||||
"hidden_size": 2048,
|
"hidden_size": 2048,
|
||||||
"initializer_range": 0.02,
|
"initializer_range": 0.02,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user