mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2024-11-25 16:22:50 +08:00
1183fd7837
Some checks failed
Code tests (Linux) / test (push) Has been cancelled
Code tests (macOS) / test (push) Has been cancelled
Test PyTorch 2.0 and 2.5 / test (2.0.1) (push) Has been cancelled
Test PyTorch 2.0 and 2.5 / test (2.5.0) (push) Has been cancelled
Code tests (Windows) / test (push) Has been cancelled
Check hyperlinks / test (push) Has been cancelled
Spell Check / spellcheck (push) Has been cancelled
PEP8 Style checks / flake8 (push) Has been cancelled
|
||
---|---|---|
.. | ||
ch03.ipynb | ||
exercise-solutions.ipynb | ||
multihead-attention.ipynb | ||
README.md | ||
small-text-sample.txt |
Chapter 3: Coding Attention Mechanisms
Main Chapter Code
- ch03.ipynb contains all the code as it appears in the chapter
Optional Code
- multihead-attention.ipynb is a minimal notebook with the main data loading pipeline implemented in this chapter