An open API service indexing awesome lists of open source software.

https://github.com/ggldnl/transformer

Pytorch lightning implementation of the original Transformer architecture
https://github.com/ggldnl/transformer

machine-translation transformer

Last synced: 3 months ago
JSON representation

Pytorch lightning implementation of the original Transformer architecture

Awesome Lists containing this project

README

        

# Transformer

Pytorch lightning implementation of the original Transformer architecture
as described in the [Attention Is All You Need](https://arxiv.org/abs/1706.03762) paper.
Along with the architecture, the repo contains the code to run training and inference on
a machine translation task to translate from english to italian. A Tokenizer and a Dataloader are provided as well.
The dataloader uses the [OPUS Books](https://huggingface.co/datasets/opus_books) dataset.