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

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

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