From 9ee8ba8d7e3eb15fafd5be628011c3399f85a2de Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Thu, 16 Nov 2023 11:53:38 +0000 Subject: [PATCH] Correct suppress token (#27) - Correct suppress token (1b4b47310bbb39307260071081c05632ffb8da91) --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index df69fca..bad8e69 100644 --- a/config.json +++ b/config.json @@ -9,7 +9,7 @@ "attention_dropout": 0.0, "begin_suppress_tokens": [ 220, - 50256 + 50257 ], "bos_token_id": 50257, "classifier_proj_size": 256,