-
-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Welcome to the Instructor Blog | ||
|
||
The goal of the blog is to capture some content that does not neatly fit within documentation or the cookbooks. | ||
|
||
## Advanced Topics | ||
|
||
- [Query Understanding and Expansion for RAG](posts/rag-and-beyond.md) | ||
- [GPT-4 Level summarization with GPT3.5 Finetuning](posts/chain-of-density.md) | ||
- [Deepdive on LLM Guardrails / Validation](posts/validation-part1.md) | ||
- [A Guide to Fine-Tuning and Distillation](posts/distilation-part1.md) | ||
|
||
## Learning Python | ||
|
||
- [Understanding Batch Processing with async](posts/learn-async.md) | ||
|
||
## Talks | ||
|
||
- [AI Engineering Summit 2023](posts/aisummit-2023.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ pytest | |
aiohttp==3.8.2 | ||
yarl==1.8.1 | ||
frozenlist==1.3.1 | ||
mkdocs-minify-plugin | ||
mkdocs-minify-plugin | ||
mkdocs-rss-plugin |