Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.