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

https://github.com/simply-pouria/the-lms-book

This repository contains my study notes, code implementations, and experiments while reading The Hundred-Page Language Models Book by Andriy Burkov. Covering topics such as transformers, tokenization, training techniques, and practical applications of LLMs.
https://github.com/simply-pouria/the-lms-book

artificial-intelligence language-model llm machine-learning neural-network pytorch pytorch-implementation

Last synced: 7 months ago
JSON representation

This repository contains my study notes, code implementations, and experiments while reading The Hundred-Page Language Models Book by Andriy Burkov. Covering topics such as transformers, tokenization, training techniques, and practical applications of LLMs.

Awesome Lists containing this project

README

          

# The Hundred-Page Language Models Book - Notes & Code

This repository contains my study notes and code implementations while reading *The Hundred-Page Language Models Book* by Andriy Burkov, Implementing, solving the few errors that were in the book, creating review notes, etc.

It has been a fantastic book so far! you can check it out [here](https://www.thelmbook.com/).

Feel free to explore and contribute!

## 📖 Study Notes

| Chapter | Notes |
| ---------- | ---------------------------- |
| Chapter 1 | [Notes](The%20Hundred-Page%20LMs%20Book%20-%20Chapter%201%20Notes.pdf) |
| Chapter 2 | [Notes]() |
| Chapter 3 | [Notes]() |
| Chapter 4 | [Notes]() |
| Chapter 5 | [Notes]() |
| Chapter 6 | [Notes]() |
| Chapter 7 | [Notes]() |
| Chapter 8 | [Notes]() |
| Chapter 9 | [Notes]() |
| Chapter 10 | [Notes]() |

## 💻 Code Implementations

| Chapter | Code |
|---------|------|
| Chapter 1 | [Jypyter Notebook Code](TheLMBook_Chapter1.ipynb) |
| Chapter 2 | [Jypyter Notebook Code](TheLMBook_Chapter2.ipynb) |
| Chapter 3 | [Jypyter Notebook Code]() |
| Chapter 4 | [Jypyter Notebook Code]() |
| Chapter 5 | [Jypyter Notebook Code]() |
| Chapter 6 | [Jypyter Notebook Code]() |
| Chapter 7 | [Jypyter Notebook Code]() |
| Chapter 8 | [Jypyter Notebook Code]() |
| Chapter 9 | [Jypyter Notebook Code]() |
| Chapter 10 | [Jypyter Notebook Code]() |