https://github.com/sayamalt/english-to-spanish-language-translation-using-seq2seq-and-attention
Successfully established a Seq2Seq with attention model which can perform English to Spanish language translation up to an accuracy of almost 97%.
https://github.com/sayamalt/english-to-spanish-language-translation-using-seq2seq-and-attention
attention-is-all-you-need attention-model bert-transformer exploratory-data-analysis fine-tuning-bert hugging-face-transformers language-translation luong-attention model-architecture-and-implementation model-inference model-training-and-evaluation natural-language-processing neural-machine-translation seq2seq-modeling text-generation text-preprocessing text-tokenization
Last synced: 3 months ago
JSON representation
Successfully established a Seq2Seq with attention model which can perform English to Spanish language translation up to an accuracy of almost 97%.
- Host: GitHub
- URL: https://github.com/sayamalt/english-to-spanish-language-translation-using-seq2seq-and-attention
- Owner: SayamAlt
- License: mit
- Created: 2024-05-06T05:51:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T07:00:27.000Z (about 1 year ago)
- Last Synced: 2024-12-28T08:09:33.975Z (5 months ago)
- Topics: attention-is-all-you-need, attention-model, bert-transformer, exploratory-data-analysis, fine-tuning-bert, hugging-face-transformers, language-translation, luong-attention, model-architecture-and-implementation, model-inference, model-training-and-evaluation, natural-language-processing, neural-machine-translation, seq2seq-modeling, text-generation, text-preprocessing, text-tokenization
- Language: Jupyter Notebook
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About Dataset
English to Spanish language text pairs.
Source : [Manythings](https://www.manythings.org/anki/)
The text file consists of 139013 pairs of translations from English to Spanish and vice versa.