Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

v0.3.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@hfxunlp hfxunlp released this 16 Aug 03:50
· 8 commits to master since this release

support multilingual NMT;
support contiguous model parameters;
add sentencepiece (spm) support;
add C backend for core modules (this saves resources but is slower than the python backend);
clean & enhancement (the class components of transformer.Encoder/Decoder(s) are changed, and model files of previous commits cannot be loaded correctly).