Skip to content

This repository is based on the material from the book Build a Large Language Model (From Scratch)

Notifications You must be signed in to change notification settings

stefanalfbo/build-a-large-language-model-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a Large Language Model from scratch

This repository is based on the material from the book Build a Large Language Model (From Scratch) by Sebastian Raschka. The book is published by Manning Publications.

Getting started

Start with cloning the repository, git clone https://github.com/stefanalfbo/build-a-large-language-model-from-scratch.git.

Then, install the required packages with make sync.

References

Dependencies

  • tiktoken - which is a fast BPE (byte pair encoding) tokenizer.
  • PyTorch - an open-source machine learning library.

About

This repository is based on the material from the book Build a Large Language Model (From Scratch)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published