limcheekin
commited on
Commit
•
5c35d4b
1
Parent(s):
c40dce4
updated config.json to fixed garbage generation
Browse fileshttps://github.com/OpenNMT/CTranslate2/issues/1220
- config.json +2 -2
config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"add_source_bos": false,
|
3 |
"add_source_eos": false,
|
4 |
-
"bos_token": "
|
5 |
-
"decoder_start_token": "
|
6 |
"eos_token": "</s>",
|
7 |
"layer_norm_epsilon": null,
|
8 |
"unk_token": "<unk>"
|
|
|
1 |
{
|
2 |
"add_source_bos": false,
|
3 |
"add_source_eos": false,
|
4 |
+
"bos_token": "<pad>",
|
5 |
+
"decoder_start_token": "<pad>",
|
6 |
"eos_token": "</s>",
|
7 |
"layer_norm_epsilon": null,
|
8 |
"unk_token": "<unk>"
|