You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transformer based decoder only language model for sentence completion with: 1) Transformer 2) Masked Multi headed attention 3) Positional encoding 4) Tokenizer
transformers for huggingface transformers <3 (to load GPT-2 checkpoints)
datasets for huggingface datasets <3 (if you want to download + preprocess OpenWebText)
tiktoken for OpenAI's fast BPE code <3
wandb for optional logging <3
tqdm for progress bars <3
About
Transformer based decoder only language model for sentence completion with: 1) Transformer 2) Masked Multi headed attention 3) Positional encoding 4) Tokenizer