From 519bfd6dc5a39d8feba051c0568dc4aa5f2e17e7 Mon Sep 17 00:00:00 2001 From: rasbt Date: Sat, 22 Jun 2024 12:22:15 -0500 Subject: [PATCH] spelling fix --- ch07/01_main-chapter-code/exercise-solutions.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch07/01_main-chapter-code/exercise-solutions.ipynb b/ch07/01_main-chapter-code/exercise-solutions.ipynb index 4d7b125..153b81a 100644 --- a/ch07/01_main-chapter-code/exercise-solutions.ipynb +++ b/ch07/01_main-chapter-code/exercise-solutions.ipynb @@ -956,7 +956,7 @@ "\n", "For comparison, you can run the original chapter 7 finetuning code via `python exercise_experiments.py --exercise_solution baseline`. \n", "\n", - "Note that on an Nvidia L4 GPU, the code above, using LoRA, takes 1.30 min to run. In comparison, the Alpaca-style template takes 1.80 minutes to run. So, LoRA is approximately 28% faster.\n", + "Note that on an Nvidia L4 GPU, the code above, using LoRA, takes 1.30 min to run. In comparison, the baseline takes 1.80 minutes to run. So, LoRA is approximately 28% faster.\n", "\n", "\n", "We can evaluate the performance using the Ollama Llama 3 method, which is for your convenience, also implemented in the `python exercise_experiments.py` script, which we can run as follows:\n", @@ -974,7 +974,7 @@ "Average score: 50.23\n", "```\n", "\n", - "The score is around 50, which is in the same ballpark as original model." + "The score is around 50, which is in the same ballpark as the original model." ] } ],