From fc3e609de0bdc0c8cbec5f9302d576125aa452de Mon Sep 17 00:00:00 2001 From: A <31348710+daaniyaan@users.noreply.github.com> Date: Thu, 16 Nov 2023 05:54:18 +0330 Subject: [PATCH] Correct typo (#170) Co-authored-by: Jason Liu --- docs/blog/posts/chain-of-density.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blog/posts/chain-of-density.md b/docs/blog/posts/chain-of-density.md index bcb406d..8e3e5f7 100644 --- a/docs/blog/posts/chain-of-density.md +++ b/docs/blog/posts/chain-of-density.md @@ -8,7 +8,7 @@ tags: - chain of density - finetuneing - gpt-3.5-turbo - - distilation + - distillation authors: - ivanleomk - jxnl @@ -540,4 +540,4 @@ Interestingly, the model finetuned with the least examples seems to outperform t Finetuning this iterative method was 20-40x faster while improving overall performance, resulting in massive efficiency gains by finetuning and distilling capabilities into specialized models. -We've seen how `Instructor` can make your life easier, from data modeling to distilation and finetuning. If you enjoy the content or want to try out `instructor` check out the [github](https://github.com/jxnl/instructor) and don't forget to give us a star! +We've seen how `Instructor` can make your life easier, from data modeling to distillation and finetuning. If you enjoy the content or want to try out `instructor` check out the [github](https://github.com/jxnl/instructor) and don't forget to give us a star!