diff --git a/README.md b/README.md index 83cbe67..e4d9aad 100644 --- a/README.md +++ b/README.md @@ -10,31 +10,23 @@ This is a book on neural networks and large language models in NLP. It is intend ## Chapters - - -Here's the complete version containing all the chapters [pdf]. +- Table of Contents [[pdf]](./chapters/nlp-book-contents.pdf) +- Part I: Preliminaries + - Chapter 1: Foundations of Machine Learning [[pdf]](./chapters/nlp-book-chapter1.pdf) + - Chapter 2: Foundations of Neural Networks [[pdf]](./chapters/nlp-book-chapter2.pdf) +- Part II: Basic Models + - Chapter 3: Words and Word Vectors [[pdf]](./chapters/nlp-book-chapter3.pdf) + - Chapter 4: Recurrent and Convolutional Sequence Models [[pdf]](./chapters/nlp-book-chapter4.pdf) + - Chapter 5: Sequence-to-Sequence Models [[pdf]](./chapters/nlp-book-chapter5.pdf) + - Chapter 6: Transformers [[pdf]](./chapters/nlp-book-chapter6.pdf) +- Part III: Large Language Models + - Chapter 7: Pre-training [[pdf]](./chapters/nlp-book-chapter7.pdf) + - Chapter 8: Generative Models [[pdf]](./chapters/nlp-book-chapter8.pdf) + - Chapter 9: Prompting [[pdf]](./chapters/nlp-book-chapter9.pdf) + - Chapter 10: Alignment [[pdf]](./chapters/nlp-book-chapter10.pdf) + - Chapter 11: Inference [[pdf]](./chapters/nlp-book-chapter11.pdf) + +Here's the complete version containing all the chapters [[pdf]](./chapters/nlp-book.pdf) ## Citing This Book diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..671640e --- /dev/null +++ b/_config.yml @@ -0,0 +1,14 @@ +plugins: + - jekyll-relative-links +relative_links: + enabled: true + collections: true +include: + - CONTRIBUTING.md + - README.md + - LICENSE.md + - COPYING.md + - CODE_OF_CONDUCT.md + - CONTRIBUTING.md + - ISSUE_TEMPLATE.md + - PULL_REQUEST_TEMPLATE.md