Make sure language detection is trigger by default
Browse files- generation_config.json +2 -6
generation_config.json
CHANGED
|
@@ -51,15 +51,11 @@
|
|
| 51 |
"forced_decoder_ids": [
|
| 52 |
[
|
| 53 |
1,
|
| 54 |
-
|
| 55 |
],
|
| 56 |
[
|
| 57 |
2,
|
| 58 |
-
|
| 59 |
-
],
|
| 60 |
-
[
|
| 61 |
-
3,
|
| 62 |
-
50364
|
| 63 |
]
|
| 64 |
],
|
| 65 |
"is_multilingual": true,
|
|
|
|
| 51 |
"forced_decoder_ids": [
|
| 52 |
[
|
| 53 |
1,
|
| 54 |
+
null
|
| 55 |
],
|
| 56 |
[
|
| 57 |
2,
|
| 58 |
+
50359
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
]
|
| 60 |
],
|
| 61 |
"is_multilingual": true,
|