Skip to content

Implementation of language model papers along with several examples [NOT ALL WRITTEN FROM SCRATCH].

Notifications You must be signed in to change notification settings

sovit-123/attention_is_all_you_need

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

attention_is_all_you_need

A repository containing the implementation of Attention is All You Need paper. Text classification, text generation, and other tasks mentioned in the paper

Setup

git clone https://github.com/sovit-123/attention_is_all_you_need.git
pip install requirements.txt
pip install .

Executing Examples

  • All example notebooks/scripts are in the examples directory.
  • All models are in the attention directory.
  • All examples are self contained inside their respective directories in the examples folder except a few imports from the common examples/utils directory.

Data

  • Datasets smaller than 25 MB are in the examples/data directory.
  • Larger datasets are either automatically downloaded or need to manually put in the root folder input directory.

About

Implementation of language model papers along with several examples [NOT ALL WRITTEN FROM SCRATCH].

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages