From e041c78de48b5e2eacc20ce1843f4084e0bae736 Mon Sep 17 00:00:00 2001 From: moritzlaurer Date: Mon, 22 Apr 2024 15:12:17 +0200 Subject: [PATCH] remove chat template tokens for consistency with examples above (or add them to all examples) --- docs/source/conceptual/guidance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conceptual/guidance.md b/docs/source/conceptual/guidance.md index 68de4e80..a9ff61d8 100644 --- a/docs/source/conceptual/guidance.md +++ b/docs/source/conceptual/guidance.md @@ -151,7 +151,7 @@ json_schema = { } data = { - "inputs": "[INST]convert to JSON: I saw a puppy a cat and a raccoon during my bike ride in the park [/INST]", + "inputs": "convert to JSON: I saw a puppy a cat and a raccoon during my bike ride in the park", "parameters": { "max_new_tokens": 200, "repetition_penalty": 1.3,