Commit
•
353117b
1
Parent(s):
18530d7
Add `return_timestamps` attribute to generation config (#29)
Browse files- Add `return_timestamps` attribute to generation config (bdac110e8578caad542ead4d14ae38f14a939608)
Co-authored-by: Sanchit Gandhi <[email protected]>
- generation_config.json +1 -0
generation_config.json
CHANGED
@@ -148,6 +148,7 @@
|
|
148 |
"max_length": 448,
|
149 |
"no_timestamps_token_id": 50363,
|
150 |
"pad_token_id": 50257,
|
|
|
151 |
"suppress_tokens": [
|
152 |
1,
|
153 |
2,
|
|
|
148 |
"max_length": 448,
|
149 |
"no_timestamps_token_id": 50363,
|
150 |
"pad_token_id": 50257,
|
151 |
+
"return_timestamps": false,
|
152 |
"suppress_tokens": [
|
153 |
1,
|
154 |
2,
|