https://github.com/kevinknights29/gpt-from-scratch
This project follows the tutorial: `Let's build GPT: from scratch, in code, spelled out.` from Andrej Karpathy.
https://github.com/kevinknights29/gpt-from-scratch
genai llm python
Last synced: 7 months ago
JSON representation
This project follows the tutorial: `Let's build GPT: from scratch, in code, spelled out.` from Andrej Karpathy.
- Host: GitHub
- URL: https://github.com/kevinknights29/gpt-from-scratch
- Owner: kevinknights29
- License: mit
- Created: 2024-02-25T03:09:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-25T03:09:23.000Z (over 1 year ago)
- Last Synced: 2025-01-27T23:46:58.384Z (8 months ago)
- Topics: genai, llm, python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPT-from-Scratch
This project follows the tutorial: `Let's build GPT: from scratch, in code, spelled out.` from Andrej Karpathy.