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

https://github.com/lutzroeder/models

A minimal version of GPT-2 in 175 lines of PyTorch code.
https://github.com/lutzroeder/models

Last synced: 6 months ago
JSON representation

A minimal version of GPT-2 in 175 lines of PyTorch code.

Awesome Lists containing this project

README

          

# Models

[gpt2](./gpt2) - A minimal version of GPT-2 in 175 lines of Python code only depending on PyTorch.