diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 1fdce70..1aef230 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,7 +1,7 @@ name: Bug Report description: Report errors related to the book content or code title: "Description" -labels: bug +labels: [bug] assignees: rasbt body: - type: markdown diff --git a/ch07/03_model-evaluation/llm-instruction-eval-ollama.ipynb b/ch07/03_model-evaluation/llm-instruction-eval-ollama.ipynb index a4faae4..b6a2257 100644 --- a/ch07/03_model-evaluation/llm-instruction-eval-ollama.ipynb +++ b/ch07/03_model-evaluation/llm-instruction-eval-ollama.ipynb @@ -360,7 +360,7 @@ "id": "39a55283-7d51-4136-ba60-f799d49f4098", "metadata": {}, "source": [ - "- Now, let's try the ollama API to compare the model responses (we only evalyate the first 5 responses for a visual comparison):" + "- Now, let's try the ollama API to compare the model responses (we only evaluate the first 5 responses for a visual comparison):" ] }, { @@ -666,7 +666,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.10.11" } }, "nbformat": 4, diff --git a/ch07/03_model-evaluation/llm-instruction-eval-openai.ipynb b/ch07/03_model-evaluation/llm-instruction-eval-openai.ipynb index a957e4d..eef8f73 100644 --- a/ch07/03_model-evaluation/llm-instruction-eval-openai.ipynb +++ b/ch07/03_model-evaluation/llm-instruction-eval-openai.ipynb @@ -279,7 +279,7 @@ "id": "39a55283-7d51-4136-ba60-f799d49f4098", "metadata": {}, "source": [ - "- Now, let's try the OpenAI API to compare the model responses (we only evalyate the first 5 responses for a visual comparison):" + "- Now, let's try the OpenAI API to compare the model responses (we only evaluate the first 5 responses for a visual comparison):" ] }, { @@ -562,7 +562,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.6" + "version": "3.10.11" } }, "nbformat": 4,