From 1187dc6c3ac03c2a692ec03a891bc13059980144 Mon Sep 17 00:00:00 2001 From: Sanchit Gandhi Date: Fri, 10 Mar 2023 17:15:07 +0000 Subject: [PATCH] Update the pad token (#30) - Update the pad token (70977c4edf394671b67561ccfbd00ddf563661de) Co-authored-by: Nicolas Patry --- generation_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generation_config.json b/generation_config.json index 0e3e8fb..a62430c 100644 --- a/generation_config.json +++ b/generation_config.json @@ -121,7 +121,7 @@ "max_initial_timestamp_index": 1, "max_length": 448, "no_timestamps_token_id": 50363, - "pad_token_id": 50256, + "pad_token_id": 50257, "return_timestamps": false, "suppress_tokens": [ 1, @@ -216,4 +216,4 @@ "translate": 50358 }, "transformers_version": "4.27.0.dev0" -} +} \ No newline at end of file