I found bpe token only work for rest_translation_server.lua
, can we add-bpe_model
option totranslation_server.lua
?
thanks!
I found bpe token only work for rest_translation_server.lua
, can we add-bpe_model
option totranslation_server.lua
?
thanks!
Hi @netxiao,
If your sentence to the server is BPE-ed and your model is also trained on BPE-ed data you can translate it. After that, you need to reconstruct the sentence by concatenating on '@@ '.
Hope this helps,
Dimitar.