https://github.com/michaelgathara/gpt
GPT From Scratch | FDS
https://github.com/michaelgathara/gpt
Last synced: 2 months ago
JSON representation
GPT From Scratch | FDS
- Host: GitHub
- URL: https://github.com/michaelgathara/gpt
- Owner: Michaelgathara
- License: mit
- Created: 2025-02-25T12:48:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T08:18:59.000Z (2 months ago)
- Last Synced: 2025-03-07T09:26:27.543Z (2 months ago)
- 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
GPT From Scratch## Setup
1. Install the Hugging Face CLI:
```bash
pip install -U "huggingface_hub[cli]"
```
2. Login to Hugging Face (required for FineWeb-Edu access):
```bash
huggingface-cli login
```
3. Install `uv` from [here](https://docs.astral.sh/uv/getting-started/installation/)
4. `uv sync` to add all the requirements