Hacker News new | ask | show | jobs
by reyqn 221 days ago
The built-in translation is not LLM, it's NMT
1 comments

NMT is a category containing both transformers and deep RNN. The Mozilla translation models are transformer LLM NMTs trained via Marian https://marian-nmt.github.io/ (ref: https://github.com/mozilla/translations/blob/main/docs/READM...)