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

https://github.com/mayankbohra/transformer-using-pytorch

Built the transformer model from paper ‘Attention is all you need’ from scratch using PyTorch library.
https://github.com/mayankbohra/transformer-using-pytorch

encoder-decoder large-language-models nlp-machine-learning transformers

Last synced: over 1 year ago
JSON representation

Built the transformer model from paper ‘Attention is all you need’ from scratch using PyTorch library.

Awesome Lists containing this project

README

          

# Transformer-using-PyTorch
Built the transformer model from paper ‘Attention is all you need’ from scratch using PyTorch library.

To understand the code in-depth, you can refer my blog post on [Build your own Transformer Model from Scratch using Pytorch](https://mayankblogs.hashnode.dev/build-your-own-transformer-model-from-scratch-using-pytorch)