mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-12 10:41:47 +00:00
update links in readme
This commit is contained in:
parent
ec312e581b
commit
b86cc682f0
@ -34,7 +34,7 @@ Alternatively, you can view this and other files on GitHub at [https://github.co
|
|||||||
| Ch 1: Understanding Large Language Models | No code | No code |
|
| Ch 1: Understanding Large Language Models | No code | No code |
|
||||||
| Ch 2: Working with Text Data | - [ch02.ipynb](ch02/01_main-chapter-code/ch02.ipynb)<br/>- [dataloader.ipynb](ch02/01_main-chapter-code/dataloader.ipynb) (summary)<br/>- [exercise-solutions.ipynb](ch02/01_main-chapter-code/exercise-solutions.ipynb) | [./ch02](./ch02) |
|
| Ch 2: Working with Text Data | - [ch02.ipynb](ch02/01_main-chapter-code/ch02.ipynb)<br/>- [dataloader.ipynb](ch02/01_main-chapter-code/dataloader.ipynb) (summary)<br/>- [exercise-solutions.ipynb](ch02/01_main-chapter-code/exercise-solutions.ipynb) | [./ch02](./ch02) |
|
||||||
| Ch 3: Coding Attention Mechanisms | - [ch03.ipynb](ch03/01_main-chapter-code/ch03.ipynb)<br/>- [multihead-attention.ipynb](ch03/01_main-chapter-code/multihead-attention.ipynb) (summary) | [./ch03](./ch03) |
|
| Ch 3: Coding Attention Mechanisms | - [ch03.ipynb](ch03/01_main-chapter-code/ch03.ipynb)<br/>- [multihead-attention.ipynb](ch03/01_main-chapter-code/multihead-attention.ipynb) (summary) | [./ch03](./ch03) |
|
||||||
| Ch 4: Implementing a GPT Model from Scratch | coming soon | ... |
|
| Ch 4: Implementing a GPT Model from Scratch | - [ch04.ipynb](ch04/01_main-chapter-code/ch04.ipynb)<br/>- [gpt.py](ch04/01_main-chapter-code/gpt.py) (summary) | [./ch04](./ch04) |
|
||||||
| Ch 5: Pretraining on Unlabeled Data | Q1 2024 | ... |
|
| Ch 5: Pretraining on Unlabeled Data | Q1 2024 | ... |
|
||||||
| Ch 6: Finetuning for Text Classification | Q2 2024 | ... |
|
| Ch 6: Finetuning for Text Classification | Q2 2024 | ... |
|
||||||
| Ch 7: Finetuning with Human Feedback | Q2 2024 | ... |
|
| Ch 7: Finetuning with Human Feedback | Q2 2024 | ... |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user