diff --git a/README.md b/README.md index c17b6e0..420c26c 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,34 @@ Alternatively, you can view this and other files on GitHub at [https://github.co Shown below is a mental model summarizing the contents covered in this book. + +
+
+  + +### Reader Projects and Showcase + +Below are interesting projects by readers of the *Build A Large Language Model From Scratch* book: + +- [https://github.com/Intelligence-Manifesto/LLMs-from-scratch](https://github.com/Intelligence-Manifesto/LLMs-from-scratch), a fork of this repository with Chinese translation + +
+
+  + +### Citation + +If you find this book or code useful for your research, please consider citing it: + +``` +@book{build-llms-from-scratch-book, + author = {Sebastian Raschka}, + title = {Build A Large Language Model (From Scratch)}, + publisher = {Manning}, + year = {2023}, + isbn = {978-1633437166}, + url = {https://www.manning.com/books/build-a-large-language-model-from-scratch}, + note = {Work in progress}, + github = {https://github.com/rasbt/LLMs-from-scratch} +} +```