Update the pad token (#30)

- Update the pad token (70977c4edf394671b67561ccfbd00ddf563661de)


Co-authored-by: Nicolas Patry <Narsil@users.noreply.huggingface.co>
This commit is contained in:
Sanchit Gandhi 2023-03-10 17:15:07 +00:00 committed by system
parent 5c6a0f32a1
commit 1187dc6c3a
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
"max_initial_timestamp_index": 1, "max_initial_timestamp_index": 1,
"max_length": 448, "max_length": 448,
"no_timestamps_token_id": 50363, "no_timestamps_token_id": 50363,
"pad_token_id": 50256, "pad_token_id": 50257,
"return_timestamps": false, "return_timestamps": false,
"suppress_tokens": [ "suppress_tokens": [
1, 1,
@ -216,4 +216,4 @@
"translate": 50358 "translate": 50358
}, },
"transformers_version": "4.27.0.dev0" "transformers_version": "4.27.0.dev0"
} }