bofenghuang
commited on
Commit
•
a201bc8
1
Parent(s):
c5e2d79
Update config
Browse files- generation_config.json +7 -1
generation_config.json
CHANGED
@@ -51,11 +51,15 @@
|
|
51 |
"forced_decoder_ids": [
|
52 |
[
|
53 |
1,
|
54 |
-
|
55 |
],
|
56 |
[
|
57 |
2,
|
58 |
50360
|
|
|
|
|
|
|
|
|
59 |
]
|
60 |
],
|
61 |
"is_multilingual": true,
|
@@ -161,6 +165,7 @@
|
|
161 |
"<|yue|>": 50358,
|
162 |
"<|zh|>": 50260
|
163 |
},
|
|
|
164 |
"max_initial_timestamp_index": 1,
|
165 |
"max_length": 448,
|
166 |
"no_timestamps_token_id": 50364,
|
@@ -256,6 +261,7 @@
|
|
256 |
50362,
|
257 |
50363
|
258 |
],
|
|
|
259 |
"task_to_id": {
|
260 |
"transcribe": 50360,
|
261 |
"translate": 50359
|
|
|
51 |
"forced_decoder_ids": [
|
52 |
[
|
53 |
1,
|
54 |
+
50265
|
55 |
],
|
56 |
[
|
57 |
2,
|
58 |
50360
|
59 |
+
],
|
60 |
+
[
|
61 |
+
3,
|
62 |
+
50364
|
63 |
]
|
64 |
],
|
65 |
"is_multilingual": true,
|
|
|
165 |
"<|yue|>": 50358,
|
166 |
"<|zh|>": 50260
|
167 |
},
|
168 |
+
"language": "french",
|
169 |
"max_initial_timestamp_index": 1,
|
170 |
"max_length": 448,
|
171 |
"no_timestamps_token_id": 50364,
|
|
|
261 |
50362,
|
262 |
50363
|
263 |
],
|
264 |
+
"task": "transcribe",
|
265 |
"task_to_id": {
|
266 |
"transcribe": 50360,
|
267 |
"translate": 50359
|