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:
parent
5c6a0f32a1
commit
1187dc6c3a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue