Add EOS token (#100)
- Add EOS token (ec7094f5d65a66ec033c08f90729f72f2603e2a1) Co-authored-by: Joao Gante <joaogante@users.noreply.huggingface.co>
This commit is contained in:
parent
313453cae6
commit
3f879ff35d
@ -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": 2560,
|
"hidden_size": 2560,
|
||||||
"initializer_range": 0.02,
|
"initializer_range": 0.02,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user