Skip to content

Commit 8d43b4b

Browse files
authored
Fix some typos in ch07.ipynb (rasbt#224)
* Fixed some typos in ch06.ipynb * Fix some typos in ch07.ipynb
1 parent 1ba1bb4 commit 8d43b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch07/01_main-chapter-code/ch07.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@
14621462
"id": "8c68eda7-e02e-4caa-846b-ca6dbd396ca2"
14631463
},
14641464
"source": [
1465-
"- However, instead of loading the smallest 124 million parameter model, we load the medium version with 355 parameters since the 124 million model is too small for achieving qualitatively reasonable results via instruction finetuning"
1465+
"- However, instead of loading the smallest 124 million parameter model, we load the medium version with 355 million parameters since the 124 million model is too small for achieving qualitatively reasonable results via instruction finetuning"
14661466
]
14671467
},
14681468
{
@@ -2202,7 +2202,7 @@
22022202
"source": [
22032203
"- In this section, we automate the response evaluation of the finetuned LLM using another, larger LLM\n",
22042204
"- In particular, we use an instruction-finetuned 8 billion parameter Llama 3 model by Meta AI that can be run locally via ollama ([https://ollama.com](https://ollama.com))\n",
2205-
"- (Alternatively, if you prefer using a more capable LLM like OpenAI's GPT-4 via the ChatGPT API, please see the [../03_model-evaluation/llm-instruction-eval-ollama.ipynb](../03_model-evaluation/llm-instruction-eval-ollama.ipynb) notebook)"
2205+
"- (Alternatively, if you prefer using a more capable LLM like OpenAI's GPT-4 via the ChatGPT API, please see the [llm-instruction-eval-openai.ipynb](../03_model-evaluation/llm-instruction-eval-openai.ipynb) notebook)"
22062206
]
22072207
},
22082208
{

0 commit comments

Comments
 (0)