Update the pad token (#9)
- Update the pad token (c81434a0bf5416d998ca052af9a59d54987341c5) Co-authored-by: Nicolas Patry <Narsil@users.noreply.huggingface.co>
This commit is contained in:
parent
302560528a
commit
a8d76517e6
|
@ -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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue