Skip to content

carson-evans/LLM-From-Scratch

Repository files navigation

LLM from Scratch

Dependencies (assuming Windows)

To install the required dependencies for this project, run the following command in your terminal:

pip install pylzma numpy ipykernel jupyter torch --index-url https://download.pytorch.org/whl/cu118

OpenWebText Download

Access the OpenWebText Corpus here.

Research Papers

Explore the foundational papers that have influenced this project:

Note: If you don't have an NVIDIA GPU, the device parameter will default to 'cpu' since device = 'cuda' if torch.cuda.is_available() else 'cpu'. Running on CPU is supported but expect slower runtimes.

Releases

No releases published

Packages

No packages published