Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 513 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 513 Bytes

Transformer

An Implementation of the paper Attention Is All You Need

To train the model in google colab run train_colab.ipynb file in colab

Citations

@misc{vaswani2017attention,
    title   = {Attention Is All You Need}, 
    author  = {Ashish Vaswani and Noam Shazeer and Niki Parmar and Jakob Uszkoreit and Llion Jones and Aidan N. Gomez and Lukasz Kaiser and Illia Polosukhin},
    year    = {2017},
    eprint  = {1706.03762},
    archivePrefix = {arXiv},
    primaryClass = {cs.CL}
}