Update config for automatic language detection
Browse filesThis should allow the model to detect the language by running a forward loop and filling with the `<lan>` lang token
- config.json +4 -0
config.json
CHANGED
@@ -30,6 +30,10 @@
|
|
30 |
],
|
31 |
[
|
32 |
2,
|
|
|
|
|
|
|
|
|
33 |
50363
|
34 |
]
|
35 |
],
|
|
|
30 |
],
|
31 |
[
|
32 |
2,
|
33 |
+
None
|
34 |
+
],
|
35 |
+
[
|
36 |
+
3,
|
37 |
50363
|
38 |
]
|
39 |
],
|