Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -31,5 +31,8 @@
|
|
31 |
"torch_dtype": "float32",
|
32 |
"transformers_version": "4.49.0",
|
33 |
"use_cache": true,
|
34 |
-
"vocab_size": 256206
|
|
|
|
|
|
|
35 |
}
|
|
|
31 |
"torch_dtype": "float32",
|
32 |
"transformers_version": "4.49.0",
|
33 |
"use_cache": true,
|
34 |
+
"vocab_size": 256206,
|
35 |
+
"forced_bos_token_id": null,
|
36 |
+
"src_lang": "mos_Latn",
|
37 |
+
"tgt_lang": "fra_Latn"
|
38 |
}
|