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.
- Host: GitHub
- URL: https://github.com/lutzroeder/models
- Owner: lutzroeder
- Created: 2023-05-27T02:10:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T20:18:19.000Z (6 months ago)
- Last Synced: 2025-04-14T21:31:54.337Z (6 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 41
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.