patrickvonplaten commited on
Commit
8c1db9b
1 Parent(s): 013fe3b

Correct long-form generation config parameters 'max_initial_timestamp_index' and 'prev_sot_token_id'. (#29)

Browse files

- Correct long-form generation config parameters 'max_initial_timestamp_index' and 'prev_sot_token_id'. (cb43b73359c24a3a61933d2a5907b53bbb82c6de)

Files changed (1) hide show
  1. generation_config.json +2 -1
generation_config.json CHANGED
@@ -152,10 +152,11 @@
152
  "<|yo|>": 50325,
153
  "<|zh|>": 50260
154
  },
155
- "max_initial_timestamp_index": 1,
156
  "max_length": 448,
157
  "no_timestamps_token_id": 50363,
158
  "pad_token_id": 50257,
 
159
  "return_timestamps": false,
160
  "suppress_tokens": [
161
  1,
152
  "<|yo|>": 50325,
153
  "<|zh|>": 50260
154
  },
155
+ "max_initial_timestamp_index": 50,
156
  "max_length": 448,
157
  "no_timestamps_token_id": 50363,
158
  "pad_token_id": 50257,
159
+ "prev_sot_token_id": 50361,
160
  "return_timestamps": false,
161
  "suppress_tokens": [
162
  1,