diff --git a/README.md b/README.md index b7c886c..39c38fb 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ We continue to create more guides that compliment the book and go more in-depth | [A Visual Guide to Mamba](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-mamba-and-state) | [A Visual Guide to Quantization](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-quantization) | [The Illustrated Stable Diffusion](https://jalammar.github.io/illustrated-stable-diffusion/) | :-------------------------:|:-------------------------:|:-------------------------: ![](images/mamba.png) | ![](images/quant.png) | ![](images/diffusion.png) -**[A Visual Guide to Mixture of Experts](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-mixture-of-experts)** | | -![](images/moe.png) | | +**[A Visual Guide to Mixture of Experts](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-mixture-of-experts)** | **[A Visual Guide to Reasoning LLMs](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-reasoning-llms)** | **[The Illustrated DeepSeek-R1](https://newsletter.languagemodels.co/p/the-illustrated-deepseek-r1)** +![](images/moe.png) | ![](images/reasoning.png) | ![](images/deepseek.png) For more information on these visual/illustrated guides, check out the [bonus](bonus/) folder. diff --git a/bonus/README.md b/bonus/README.md index 6084c20..6ae308a 100644 Binary files a/bonus/README.md and b/bonus/README.md differ diff --git a/images/bonus_deepseek1.png b/images/bonus_deepseek1.png new file mode 100644 index 0000000..90d132b Binary files /dev/null and b/images/bonus_deepseek1.png differ diff --git a/images/bonus_deepseek2.png b/images/bonus_deepseek2.png new file mode 100644 index 0000000..7410cc4 Binary files /dev/null and b/images/bonus_deepseek2.png differ diff --git a/images/bonus_overview.png b/images/bonus_overview.png index 8c24878..ec1235b 100644 Binary files a/images/bonus_overview.png and b/images/bonus_overview.png differ diff --git a/images/bonus_reasoning1.png b/images/bonus_reasoning1.png new file mode 100644 index 0000000..639365b Binary files /dev/null and b/images/bonus_reasoning1.png differ diff --git a/images/bonus_reasoning2.png b/images/bonus_reasoning2.png new file mode 100644 index 0000000..6d40e8a Binary files /dev/null and b/images/bonus_reasoning2.png differ diff --git a/images/deepseek.png b/images/deepseek.png new file mode 100644 index 0000000..3b3472f Binary files /dev/null and b/images/deepseek.png differ diff --git a/images/reasoning.png b/images/reasoning.png new file mode 100644 index 0000000..79dac00 Binary files /dev/null and b/images/reasoning.png differ