Skip to content

Easy to understand implementation of GPT-2 with instruction on how to train your own model on your own dataset

Notifications You must be signed in to change notification settings

traeuker/CreateGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CreateGPT

Create your own GPT-2 model - train it with your own dataset or load the pre-trained weights.

Requirements

torch==1.12.1
transformers==4.25.1
einops==0.6.0
fancy_einsum==0.0.3
tqdm==4.64.1
wandb==0.13.5

It is the run.ipnyb file uploaded and ready to run in Google Colab.

About

Easy to understand implementation of GPT-2 with instruction on how to train your own model on your own dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published