Skip to content

Commit 44cda14

Browse files
d-kleinerasbt
andauthored
minor: fixed API name (rasbt#227)
* fixed api name * Update ch07/01_main-chapter-code/ch07.ipynb --------- Co-authored-by: Sebastian Raschka <[email protected]>
1 parent 8d43b4b commit 44cda14

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
@@ -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 [llm-instruction-eval-openai.ipynb](../03_model-evaluation/llm-instruction-eval-openai.ipynb) notebook)"
2205+
"- (Alternatively, if you prefer using a more capable LLM like GPT-4 via the OpenAI API, please see the [llm-instruction-eval-openai.ipynb](../03_model-evaluation/llm-instruction-eval-openai.ipynb) notebook)"
22062206
]
22072207
},
22082208
{
@@ -2728,7 +2728,7 @@
27282728
"name": "python",
27292729
"nbconvert_exporter": "python",
27302730
"pygments_lexer": "ipython3",
2731-
"version": "3.11.4"
2731+
"version": "3.10.11"
27322732
}
27332733
},
27342734
"nbformat": 4,

0 commit comments

Comments
 (0)