mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
sliding window attention (#879)
This commit is contained in:
committed by
GitHub
parent
21f0617ea3
commit
6eb6adfa33
@@ -170,6 +170,7 @@ Several folders contain optional materials as a bonus for interested readers:
|
||||
- [KV Cache](ch04/03_kv-cache)
|
||||
- [Grouped-Query Attention](ch04/04_gqa)
|
||||
- [Multi-Head Latent Attention](ch04/05_mla)
|
||||
- [Sliding Window Attention](ch04/06_swa)
|
||||
- **Chapter 5: Pretraining on unlabeled data:**
|
||||
- [Alternative Weight Loading Methods](ch05/02_alternative_weight_loading/)
|
||||
- [Pretraining GPT on the Project Gutenberg Dataset](ch05/03_bonus_pretraining_on_gutenberg)
|
||||
|
||||
Reference in New Issue
Block a user