Skip to content

Vaibhavi1707/gpt3_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transformer Implementation

This repository holds the code for the training and architectural design of an auto-regressive decoder module.

Attention Trick:

A lower triangular matrix is used for attention scores, so that tokens only attend to the ones generated before them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages