Skip to content

Commit

Permalink
improve Structured Output chapter. clean ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Dec 24, 2024
1 parent ea6ac65 commit 43e035c
Show file tree
Hide file tree
Showing 43 changed files with 4,250 additions and 3,839 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ By understanding these pitfalls upfront, readers will be better equipped to buil
|-------------------------------------------|--------------|---------------|----------------------|
| 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) | WIP |
| Chapter 4: The Evals Gap | [html](https://www.souzatharsis.com/tamingLLMs/notebooks/evals.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/evals.ipynb) | *Ready for Review* |
| Chapter 5: Safety Concerns | [html](https://www.souzatharsis.com/tamingLLMs/notebooks/safety.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/safety.ipynb) | *Ready for Review* |
| 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: Local LLMs in Practice | [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 | | | WIP |
| Appendix A: Tools and Resources | | | |
| Chapter 1: The Evals Gap | [html](https://www.souzatharsis.com/tamingLLMs/notebooks/evals.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/evals.ipynb) | *Ready for Review* |
| Chapter 2: Managing Input Data | | | |
| Chapter 3: 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 4: Safety | [html](https://www.souzatharsis.com/tamingLLMs/notebooks/safety.html) | [ipynb](https://github.com/souzatharsis/tamingLLMs/blob/master/tamingllms/notebooks/safety.ipynb) | *Ready for Review* |
| Chapter 5: 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 6: Local LLMs in Practice | [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 7: The Cost Factor | | | |
| Chapter 8: Frontiers | | | WIP |
| Appendix A: Tools and Resources | | | |


## Citation
Expand Down
Binary file modified tamingllms/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/markdown/preface.doctree
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/markdown/toc.doctree
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/notebooks/alignment.doctree
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/notebooks/evals.doctree
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/notebooks/local.doctree
Binary file not shown.
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/notebooks/safety.doctree
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/notebooks/structured_output.doctree
Binary file not shown.
Binary file removed tamingllms/_build/html/_images/diagram1.png
Binary file not shown.
4 changes: 4 additions & 0 deletions tamingllms/_build/html/_images/logit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 8 additions & 10 deletions tamingllms/_build/html/_sources/markdown/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,21 @@ Abstract: *The current discourse around Large Language Models (LLMs) tends to fo

## [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)
## [Chapter 1: The Evals Gap](https://www.souzatharsis.com/tamingLLMs/notebooks/evals.html)

## Chapter 2: Input Data Challenge
## Chapter 2: Managing Input Data

## [Chapter 3: Output Size and Length Limitations](https://www.souzatharsis.com/tamingLLMs/notebooks/output_size_limit.html)
## [Chapter 3: Structured Output](https://www.souzatharsis.com/tamingLLMs/notebooks/structured_output.html)

## [Chapter 4: The Evals Gap](https://www.souzatharsis.com/tamingLLMs/notebooks/evals.html)
## [Chapter 4: Safety](https://www.souzatharsis.com/tamingLLMs/notebooks/safety.html)

## [Chapter 5: Safety Concerns](https://www.souzatharsis.com/tamingLLMs/notebooks/safety.html)
## [Chapter 5: Preference-Based Alignment](https://www.souzatharsis.com/tamingLLMs/notebooks/alignment.html)

## [Chapter 6: Preference-based Alignment](https://www.souzatharsis.com/tamingLLMs/notebooks/alignment.html)
## [Chapter 6: Local LLMs in Practice](https://www.souzatharsis.com/tamingLLMs/notebooks/local.html)

## [Chapter 7: Local LLMs in Practice](https://www.souzatharsis.com/tamingLLMs/notebooks/local.html)
## Chapter 7: The Cost Factor

## Chapter 8: The Cost Factor

## Chapter 9: Frontiers
## Chapter 8: Frontiers

## Appendix A: Tools and Resources

Expand Down
2 changes: 1 addition & 1 deletion tamingllms/_build/html/_sources/notebooks/local.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"\n",
"- **Multi-modal Capabilities**: Some applications fundamentally require multi-modal processing. A medical diagnosis assistant analyzing both patient records and X-ray images would be impossible to implement with a text-only model, necessitating a multi-modal model that can process both text and images coherently.\n",
"\n",
"- **Output Token Length**: The model's capacity to generate longer responses affects its suitability for content generation tasks. A model excelling at concise responses may struggle with long-form content creation like technical documentation or detailed analysis reports. See Chapter {ref}`output_size` for more details.\n"
"- **Output Token Length**: The model's capacity to generate longer responses affects its suitability for content generation tasks. A model excelling at concise responses may struggle with long-form content creation like technical documentation or detailed analysis reports.\n"
]
},
{
Expand Down
Loading

0 comments on commit 43e035c

Please sign in to comment.