|
|
|
|
|
by mlucy
2683 days ago
|
|
I don't think you could get access to the actual models that are being used to run e.g. Google Translate, but if you just want a big pretrained model as a starting point, their research departments release things pretty frequently. For example, https://github.com/google-research/bert (the multilingual model) might be a pretty good starting point for a translator. It will probably still be a lot of work to get it hooked up to a decoder and trained, though. There's probably a better pretrained model out there specifically for translation, but I'm not sure where you'd find it. |
|