limcheekin commited on
Commit
5c35d4b
1 Parent(s): c40dce4

updated config.json to fixed garbage generation

Browse files

https://github.com/OpenNMT/CTranslate2/issues/1220

Files changed (1) hide show
  1. 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": "[PAD]",
5
- "decoder_start_token": "[PAD]",
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>"