Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 218 Bytes

File metadata and controls

6 lines (4 loc) · 218 Bytes

Wikipedia-GPT

A simple GPT model trained on Wikipedia Dataset.

Here in gpt.py, we have a simple Bigram Language Model.

In gpt1.py, we have a simple Bigram Language model with a single head of self-attention.