summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Sze <66362098+marklysze@users.noreply.github.com>2024-10-01 04:45:03 +1000
committerGitHub <noreply@github.com>2024-09-30 11:45:03 -0700
commit57d9b434514159a812a61e38c992c276ef5432dc (patch)
tree06914a1d6b5c404c9bc43e213a899d74b2beb856
parent0c212220b07b005201d268e3de1685bf39328412 (diff)
Minor typos (#154)
-rw-r--r--models/llama3_2/prompts_text.py2
-rw-r--r--models/llama3_2/text_prompt_format.md2
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.