Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-11T13:14:46.000Z (8 months ago)
- Last Synced: 2024-12-17T07:34:28.919Z (2 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.