Update config.json
Browse filesadded forced decoder ids to model config to make sure its in telugu, transcribe and time stamps configuration.
- config.json +14 -1
config.json
CHANGED
@@ -23,7 +23,20 @@
|
|
23 |
"encoder_layerdrop": 0.0,
|
24 |
"encoder_layers": 12,
|
25 |
"eos_token_id": 50257,
|
26 |
-
"forced_decoder_ids":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"init_std": 0.02,
|
28 |
"is_encoder_decoder": true,
|
29 |
"max_length": 448,
|
|
|
23 |
"encoder_layerdrop": 0.0,
|
24 |
"encoder_layers": 12,
|
25 |
"eos_token_id": 50257,
|
26 |
+
"forced_decoder_ids": [
|
27 |
+
[
|
28 |
+
1,
|
29 |
+
50299
|
30 |
+
],
|
31 |
+
[
|
32 |
+
2,
|
33 |
+
50359
|
34 |
+
],
|
35 |
+
[
|
36 |
+
3,
|
37 |
+
50363
|
38 |
+
]
|
39 |
+
],
|
40 |
"init_std": 0.02,
|
41 |
"is_encoder_decoder": true,
|
42 |
"max_length": 448,
|