From 4f74ac4e8342062412d9ea8e8368ad3642fdb28f Mon Sep 17 00:00:00 2001 From: Chujie Zheng Date: Mon, 4 Mar 2024 21:25:50 +0000 Subject: [PATCH] update `bos_token_id` and `eos_token_id` --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 131f921..c408b7c 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": 2048, "initializer_range": 0.02,