From e574d04eba54b625bc936054e31b2a4dcae84fff Mon Sep 17 00:00:00 2001 From: rasbt Date: Mon, 6 May 2024 06:50:38 -0500 Subject: [PATCH] classfication -> classification --- ch06/01_main-chapter-code/ch06.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch06/01_main-chapter-code/ch06.ipynb b/ch06/01_main-chapter-code/ch06.ipynb index 0ad0164..0dc6131 100644 --- a/ch06/01_main-chapter-code/ch06.ipynb +++ b/ch06/01_main-chapter-code/ch06.ipynb @@ -95,7 +95,7 @@ "id": "ac45579d-d485-47dc-829e-43be7f4db57b", "metadata": {}, "source": [ - "- The most common ways to finetune language models are instruction-finetuning and classifcation finetuning\n", + "- The most common ways to finetune language models are instruction-finetuning and classification finetuning\n", "- Instruction-finetuning, depicted below, is the topic of the next chapter" ] }, @@ -2266,7 +2266,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.10.12" } }, "nbformat": 4,