You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text file language translation app that translates .txt, .csv, and .xlsx files on the local device using compact open source LLMs (no internet connection needed). Uses batch processing and token chunking which provides the ability to translate large file sizes while preserving semantic meaning across paragraphs / pages.
Transformer model developed from scratch for a translation task. The design is heavily inspired by the original transformer model described in the seminal paper "Attention is All You Need".
This is a simple repository on how to get started with the transformer model translation task. It uses the pre-defined models of the Transformer model and It's a simple guide on how to make your own version of Google Translate