diff --git a/config.json b/config.json index 797231a..53e6225 100644 --- a/config.json +++ b/config.json @@ -2,8 +2,8 @@ "architectures": [ "LlamaForCausalLM" ], - "bos_token_id": 100000, - "eos_token_id": 100001, + "bos_token_id": 1, + "eos_token_id": 2, "hidden_act": "silu", "hidden_size": 4096, "initializer_range": 0.02,