The NMT (Neural Machine Translation) model trained by sparkastML for translating from Chinese to English.
This model use
OpenNMT as its underlying structure.
We have already exported the model into CTranslate2-compatible format. You can download the necessary files (
model.bin,
config.json and
shared_vocabulary.json),
and start with the
CTranslate2.
We alsow provide the training checkpoint and the sentencepiece model, so you can manually inference via OpenNMT.