Skip to content

huberemanuel/transformers-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transformers from scratch with PyTorch

A PyTorch implementation of the work "Attention is All You Need" with some goals:

Achieved:

  • An educational implementation (not a performant one)

Next steps:

  • Reproduce the results from the original paper

Requirements

  • Python 3.10.12
  • requirements.txt

Resources

These were the main resources I used to understand and implement the model.

Transformer Architecture:

Positional Encoding mechanism:

About

Transformers implementation from scratch with PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published