diff --git a/README.md b/README.md index 3c27e68..cc6e19f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ By understanding these pitfalls upfront, readers will be better equipped to buil | Chapter | Website | Notebook | Status | |-------------------------------------------|--------------|---------------|----------------------| -| Foreword | [html](https://www.souzatharsis.com/tamingLLMs/markdown/preface.html) | N/A | *Ready for Review* | -| Preface | [html](https://www.souzatharsis.com/tamingLLMs/markdown/intro.html) | N/A | *Ready for Review* | +| Preface | [html](https://www.souzatharsis.com/tamingLLMs/markdown/preface.html) | N/A | *Ready for Review* | +| About the Book | [html](https://www.souzatharsis.com/tamingLLMs/markdown/intro.html) | N/A | *Ready for Review* | | Chapter 1: Wrestling with Structured Output| [html](https://www.souzatharsis.com/tamingLLMs/notebooks/structured_output.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/structured_output.ipynb) | *Ready for Review* | | Chapter 2: The Input Data Challenge | | | | | Chapter 3: Output Size Limitations | [html](https://www.souzatharsis.com/tamingLLMs/notebooks/output_size_limit.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/output_size_limit.ipynb) | *Ready for Review* | @@ -26,7 +26,7 @@ By understanding these pitfalls upfront, readers will be better equipped to buil | Chapter 6: Preference-Based Alignment | [html](https://www.souzatharsis.com/tamingLLMs/notebooks/alignment.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/alignment.ipynb) | *Ready for Review* | | Chapter 7: Breaking Free from Cloud-Based Models | [html](https://www.souzatharsis.com/tamingLLMs/notebooks/local.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/local.ipynb) | *Ready for Review* | | Chapter 8: The Cost Factor | | | | -| Chapter 9: Frontiers | | | | +| Chapter 9: Frontiers | | | WIP | | Appendix A: Tools and Resources | | | | diff --git a/tamingllms/_build/.doctrees/environment.pickle b/tamingllms/_build/.doctrees/environment.pickle index 02ee69d..1b543c8 100644 Binary files a/tamingllms/_build/.doctrees/environment.pickle and b/tamingllms/_build/.doctrees/environment.pickle differ diff --git a/tamingllms/_build/.doctrees/markdown/intro.doctree b/tamingllms/_build/.doctrees/markdown/intro.doctree index 129ace7..a87bafd 100644 Binary files a/tamingllms/_build/.doctrees/markdown/intro.doctree and b/tamingllms/_build/.doctrees/markdown/intro.doctree differ diff --git a/tamingllms/_build/.doctrees/markdown/toc.doctree b/tamingllms/_build/.doctrees/markdown/toc.doctree index 1088e5b..fb49b17 100644 Binary files a/tamingllms/_build/.doctrees/markdown/toc.doctree and b/tamingllms/_build/.doctrees/markdown/toc.doctree differ diff --git a/tamingllms/_build/.doctrees/notebooks/local.doctree b/tamingllms/_build/.doctrees/notebooks/local.doctree index 7e5b7cd..6b0932a 100644 Binary files a/tamingllms/_build/.doctrees/notebooks/local.doctree and b/tamingllms/_build/.doctrees/notebooks/local.doctree differ diff --git a/tamingllms/_build/html/_sources/markdown/intro.md b/tamingllms/_build/html/_sources/markdown/intro.md index 69db25f..0f9c09d 100644 --- a/tamingllms/_build/html/_sources/markdown/intro.md +++ b/tamingllms/_build/html/_sources/markdown/intro.md @@ -10,7 +10,7 @@ kernelspec: --- (intro)= -# Introduction +# About the Book ```{epigraph} I am always doing that which I cannot do, in order that I may learn how to do it. diff --git a/tamingllms/_build/html/_sources/markdown/toc.md b/tamingllms/_build/html/_sources/markdown/toc.md index dcb8996..849b1f3 100644 --- a/tamingllms/_build/html/_sources/markdown/toc.md +++ b/tamingllms/_build/html/_sources/markdown/toc.md @@ -16,9 +16,9 @@ Sign-up to receive updates on [new Chapters here](https://tamingllm.substack.com Abstract: *The current discourse around Large Language Models (LLMs) tends to focus heavily on their capabilities while glossing over fundamental challenges. Conversely, this book takes a critical look at the key limitations and implementation pitfalls that engineers and technical leaders encounter when building LLM-powered applications. Through practical Python examples and proven open source solutions, it provides an introductory yet comprehensive guide for navigating these challenges. The focus is on concrete problems with reproducible code examples and battle-tested open source tools. By understanding these pitfalls upfront, readers will be better equipped to build products that harness the power of LLMs while sidestepping their inherent limitations.* -## [Foreword](https://www.souzatharsis.com/tamingLLMs/markdown/preface.html) +## [Preface](https://www.souzatharsis.com/tamingLLMs/markdown/preface.html) -## [Preface](https://www.souzatharsis.com/tamingLLMs/markdown/intro.html) +## [About the Book](https://www.souzatharsis.com/tamingLLMs/markdown/intro.html) ## [Chapter 1: Wrestling with Structured Output](https://www.souzatharsis.com/tamingLLMs/notebooks/structured_output.html) @@ -32,7 +32,7 @@ Abstract: *The current discourse around Large Language Models (LLMs) tends to fo ## [Chapter 6: Preference-based Alignment](https://www.souzatharsis.com/tamingLLMs/notebooks/alignment.html) -## [Chapter 7: Breaking Free from Cloud-Based Models](https://www.souzatharsis.com/tamingLLMs/notebooks/local.html) +## [Chapter 7: Breaking Free from Proprietary Models](https://www.souzatharsis.com/tamingLLMs/notebooks/local.html) ## Chapter 8: The Cost Factor diff --git a/tamingllms/_build/html/_sources/notebooks/local.ipynb b/tamingllms/_build/html/_sources/notebooks/local.ipynb index 39d2929..2c61e5d 100644 --- a/tamingllms/_build/html/_sources/notebooks/local.ipynb +++ b/tamingllms/_build/html/_sources/notebooks/local.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Breaking Free from Cloud-Based Models\n", + "# Breaking Free from Proprietary Models\n", "```{epigraph}\n", "Freedom is something that dies unless it's used.\n", "\n", @@ -40,7 +40,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Local Models Considerations\n", + "## Models Considerations\n", "\n", "The landscape of open source LLMs is rapidly evolving, with new models emerging by the day. While proprietary LLMs have garnered significant attention, open source LLMs are gaining traction due to their flexibility, customization options, and cost-effectiveness. \n", "\n", diff --git a/tamingllms/_build/html/genindex.html b/tamingllms/_build/html/genindex.html index dfb7b68..796c436 100644 --- a/tamingllms/_build/html/genindex.html +++ b/tamingllms/_build/html/genindex.html @@ -138,7 +138,7 @@
  • - Introduction + About the Book @@ -192,7 +192,7 @@
  • - Breaking Free from Cloud-Based Models + Breaking Free from Proprietary Models diff --git a/tamingllms/_build/html/markdown/intro.html b/tamingllms/_build/html/markdown/intro.html index 2fe7b42..ef96671 100644 --- a/tamingllms/_build/html/markdown/intro.html +++ b/tamingllms/_build/html/markdown/intro.html @@ -4,7 +4,7 @@ - 2. Introduction + 2. About the Book @@ -132,7 +132,7 @@
  • - Introduction + About the Book @@ -210,7 +210,7 @@
  • - Breaking Free from Cloud-Based Models + Breaking Free from Proprietary Models @@ -229,7 +229,7 @@ @@ -248,8 +248,8 @@
    -
    -

    2. Introduction

    +
    +

    2. About the Book

    I am always doing that which I cannot do, in order that I may learn how to do it.

    —Pablo Picasso

    @@ -257,7 +257,7 @@
    -
    -

    Foreword

    -
    -

    Preface

    +

    Preface

    +
    +
    +

    About the Book

    Chapter 1: Wrestling with Structured Output

    @@ -254,8 +254,8 @@

    Chapter 6: Preference-based Alignment

    -
    -

    Chapter 7: Breaking Free from Cloud-Based Models

    +
    +

    Chapter 7: Breaking Free from Proprietary Models

    Chapter 8: The Cost Factor

    diff --git a/tamingllms/_build/html/notebooks/alignment.html b/tamingllms/_build/html/notebooks/alignment.html index 2b03f69..9a7c976 100644 --- a/tamingllms/_build/html/notebooks/alignment.html +++ b/tamingllms/_build/html/notebooks/alignment.html @@ -47,7 +47,7 @@ - + @@ -142,7 +142,7 @@
  • - Introduction + About the Book @@ -214,7 +214,7 @@
  • - Breaking Free from Cloud-Based Models + Breaking Free from Proprietary Models @@ -244,7 +244,7 @@
  • @@ -2632,7 +2632,7 @@

    8. Breaking Free from Cloud-Based Models → + title="next chapter">8. Breaking Free from Proprietary Models →