Correct long-form generation config parameters 'max_initial_timestamp_index' and 'prev_sot_token_id'. (#11)
Browse files- Correct long-form generation config parameters 'max_initial_timestamp_index' and 'prev_sot_token_id'. (4ac4a442f689c3a727fa628f6ba436496c80099a)
Co-authored-by: Patrick von Platen <[email protected]>
- generation_config.json +2 -1
generation_config.json
CHANGED
|
@@ -14,10 +14,11 @@
|
|
| 14 |
],
|
| 15 |
"is_multilingual": false,
|
| 16 |
"language": "<|en|>",
|
| 17 |
-
"max_initial_timestamp_index":
|
| 18 |
"max_length": 448,
|
| 19 |
"no_timestamps_token_id": 50362,
|
| 20 |
"pad_token_id": 50256,
|
|
|
|
| 21 |
"return_timestamps": false,
|
| 22 |
"suppress_tokens": [
|
| 23 |
1,
|
|
|
|
| 14 |
],
|
| 15 |
"is_multilingual": false,
|
| 16 |
"language": "<|en|>",
|
| 17 |
+
"max_initial_timestamp_index": 50,
|
| 18 |
"max_length": 448,
|
| 19 |
"no_timestamps_token_id": 50362,
|
| 20 |
"pad_token_id": 50256,
|
| 21 |
+
"prev_sot_token_id": 50360,
|
| 22 |
"return_timestamps": false,
|
| 23 |
"suppress_tokens": [
|
| 24 |
1,
|