Edit model card

Bad GPT

Based on the Let's build GPT video from Andrej Karpathy.

This is just an attempt to recreate the transformer Andrej made in his video with the goal of learning more about torch, transformers, and neural networks in general.

To run, make sure python 3.10 and poetry are installed. You can then run poetry install to get the dependencies (it's just torch and numpy).

Finally, you can run the code with poetry run python ./main.py

Note that the first run will train the model and then save the trained weights to model.pth. Subsequent runs will load these weights.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .

Dataset used to train shamashel/bad-gpt