Y
Hacker News
new
|
ask
|
show
|
jobs
by
reyqn
221 days ago
The built-in translation is not LLM, it's NMT
1 comments
superkuh
221 days ago
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...
)
link