Skip to content

Implementing transformers papers very simplified because until you code it you don't really understand it.

Notifications You must be signed in to change notification settings

danicrg/transformers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Transformers

Implementing transformers papers very simplified because until you code it you don't really understand it.

Features

Models

  • Implement GPT
  • Implement BERT
  • Implement T5

Training

Inference

  • Implement top-k
  • Implement temperature

Supervised Fine Tuning

  • Implement addition of new tokens

Metrics

  • Implement hallucination metrics

Optimizations

  • Flash attention

About

Implementing transformers papers very simplified because until you code it you don't really understand it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages