Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omarray99/mt_en-es_transformer
Transformer-based Neural Machine Translation for English to Spanish using PyTorch
https://github.com/omarray99/mt_en-es_transformer
en-es machine-translation python pytorch transformer
Last synced: 12 days ago
JSON representation
Transformer-based Neural Machine Translation for English to Spanish using PyTorch
- Host: GitHub
- URL: https://github.com/omarray99/mt_en-es_transformer
- Owner: omArray99
- Created: 2024-08-20T19:17:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T08:21:21.000Z (3 months ago)
- Last Synced: 2024-10-17T12:37:43.868Z (29 days ago)
- Topics: en-es, machine-translation, python, pytorch, transformer
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### MT_en-es_transformer
Transformer-based Neural Machine Translation for English to Spanish using PyTorchThis repository hosts a neural machine translation (NMT) system designed to translate from English to Spanish. It utilizes a Transformer architecture, built and trained using PyTorch. The project includes customizable configuration for training details such as learning rate, batch size, and number of epochs. The implementation covers all necessary components: model definition, dataset preparation, training, and validation routines. Users can train the model with provided settings or adjust configurations to cater to different scales of data or computational resources