From d0b7c8e7b5665a740adc6217d9b3e97bf14ea43f Mon Sep 17 00:00:00 2001 From: Mark Sze Date: Thu, 26 Sep 2024 18:52:10 +1000 Subject: [PATCH] Minor typos --- models/llama3_2/prompts_text.py | 2 +- models/llama3_2/text_prompt_format.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/llama3_2/prompts_text.py b/models/llama3_2/prompts_text.py index 1072855..e4dede5 100644 --- a/models/llama3_2/prompts_text.py +++ b/models/llama3_2/prompts_text.py @@ -145,7 +145,7 @@ def usecases(): ], notes=textwrap.dedent( """ - - The tool call format for the mdoel is the same whether your function calls are provided in the system or user message. + - The tool call format for the model is the same whether your function calls are provided in the system or user message. - While builtin tool calls end with a <|eom_id|>, notice the <|eot_id|> for zero shot tool calls. """ ), diff --git a/models/llama3_2/text_prompt_format.md b/models/llama3_2/text_prompt_format.md index cd7c735..eedf4c4 100644 --- a/models/llama3_2/text_prompt_format.md +++ b/models/llama3_2/text_prompt_format.md @@ -144,7 +144,7 @@ NO other text MUST be included.<|eot_id|><|start_header_id|>assistant<|end_heade ##### Notes -- The tool call format for the mdoel is the same whether your function calls are provided in the system or user message. +- The tool call format for the model is the same whether your function calls are provided in the system or user message. - While builtin tool calls end with a <|eom_id|>, notice the <|eot_id|> for zero shot tool calls.