Correct long-form generation config parameters 'max_initial_timestamp_index' and 'prev_sot_token_id'. (#69)
- Correct long-form generation config parameters 'max_initial_timestamp_index' and 'prev_sot_token_id'. (b232b5823f9842b7c3ea34af5638a65f33d31fb0)
This commit is contained in:
parent
acdaf855f7
commit
6cdf07a7e3
@ -165,10 +165,11 @@
|
||||
"<|yue|>": 50358,
|
||||
"<|zh|>": 50260
|
||||
},
|
||||
"max_initial_timestamp_index": 1,
|
||||
"max_initial_timestamp_index": 50,
|
||||
"max_length": 448,
|
||||
"no_timestamps_token_id": 50364,
|
||||
"pad_token_id": 50257,
|
||||
"prev_sot_token_id": 50362,
|
||||
"return_timestamps": false,
|
||||
"suppress_tokens": [
|
||||
1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user