https://github.com/mk2112/gptemplate
A GPT in a Jupyter Notebook, written in PyTorch. Starter kit for your next NLP project.
https://github.com/mk2112/gptemplate
jupyter-notebook python pytorch
Last synced: about 2 months ago
JSON representation
A GPT in a Jupyter Notebook, written in PyTorch. Starter kit for your next NLP project.
- Host: GitHub
- URL: https://github.com/mk2112/gptemplate
- Owner: MK2112
- Created: 2024-01-08T16:23:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-11T13:14:46.000Z (11 months ago)
- Last Synced: 2025-02-09T15:44:10.604Z (3 months ago)
- Topics: jupyter-notebook, python, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPTemplate
A whole GPT (Generative Pre-trained Transformer) language model in a single Jupyter Notebook, written in PyTorch.
Think of this as a small starter kit for your next NLP project. All you need to provide is a text file.
The model will be trained on this text, line by line, and will aim to imitate it.