From cd6da76888b35a21494d94ba68534f6db486580e Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Sun, 15 Oct 2023 16:37:30 -0400 Subject: [PATCH] title --- docs/blog/posts/distilation-part1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/distilation-part1.md b/docs/blog/posts/distilation-part1.md index 0159d2e..d15ca6b 100644 --- a/docs/blog/posts/distilation-part1.md +++ b/docs/blog/posts/distilation-part1.md @@ -9,7 +9,7 @@ tags: - experimental --- -# Experimental: Finetuning with `Instructions` from `Instructor` +# Experimental: End to End Distillation The core philosophy with the `instructor` library is to make language models backwards compatible with existing code. By adding Pydantic in the mix we're able to easily work with LLMs without much worry.