diff --git a/config.json b/config.json index 7b68878..a550a31 100644 --- a/config.json +++ b/config.json @@ -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": 2560, "initializer_range": 0.02,