patrickvonplaten
commited on
Commit
•
6cdf07a
1
Parent(s):
acdaf85
Correct long-form generation config parameters 'max_initial_timestamp_index' and 'prev_sot_token_id'. (#69)
Browse files- Correct long-form generation config parameters 'max_initial_timestamp_index' and 'prev_sot_token_id'. (b232b5823f9842b7c3ea34af5638a65f33d31fb0)
- generation_config.json +2 -1
generation_config.json
CHANGED
@@ -165,10 +165,11 @@
|
|
165 |
"<|yue|>": 50358,
|
166 |
"<|zh|>": 50260
|
167 |
},
|
168 |
-
"max_initial_timestamp_index":
|
169 |
"max_length": 448,
|
170 |
"no_timestamps_token_id": 50364,
|
171 |
"pad_token_id": 50257,
|
|
|
172 |
"return_timestamps": false,
|
173 |
"suppress_tokens": [
|
174 |
1,
|
|
|
165 |
"<|yue|>": 50358,
|
166 |
"<|zh|>": 50260
|
167 |
},
|
168 |
+
"max_initial_timestamp_index": 50,
|
169 |
"max_length": 448,
|
170 |
"no_timestamps_token_id": 50364,
|
171 |
"pad_token_id": 50257,
|
172 |
+
"prev_sot_token_id": 50362,
|
173 |
"return_timestamps": false,
|
174 |
"suppress_tokens": [
|
175 |
1,
|