Skip to content

🤖Implementation of Attention is All You Need from scratch🤖

Notifications You must be signed in to change notification settings

zankner/Transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transformer network

Implementing a transformer network from scratch

Implementation based on paper: https://arxiv.org/pdf/1706.03762.pdf

Training model

First add to your shell config file (zshrc or bashrc) the following line: export PYTHONPATH="${PYTHONPATH}:~/Path/to/Transformer"

To train the model call actuation/train.py from the root of the transformer directory.

About

🤖Implementation of Attention is All You Need from scratch🤖

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages