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_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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue