From 408fba83b54b8fa398e860b791353fdfa6e82677 Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Wed, 21 Feb 2024 21:16:44 +0100 Subject: [PATCH] Updated Templates supported by llama_chat_apply_template (markdown) --- ...ates-supported-by-llama_chat_apply_template.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Templates-supported-by-llama_chat_apply_template.md b/Templates-supported-by-llama_chat_apply_template.md index 06395f2..8b5f798 100644 --- a/Templates-supported-by-llama_chat_apply_template.md +++ b/Templates-supported-by-llama_chat_apply_template.md @@ -78,4 +78,17 @@ response ------------------------------ ``` -Additionally, we also support zephyr template (I cannot found it on huggingface, but have seen in [this list](https://github.com/ggerganov/llama.cpp/blob/c8d847d57efdc0f9bbbf881d48c645e151b36fd8/examples/server/public/promptFormats.js) ) \ No newline at end of file +Additionally, we also support zephyr template (I cannot found it on huggingface, but have seen in [this list](https://github.com/ggerganov/llama.cpp/blob/c8d847d57efdc0f9bbbf881d48c645e151b36fd8/examples/server/public/promptFormats.js) ) + +``` +<|system|> +test<|endoftext|> +<|user|> +hello<|endoftext|> +<|assistant|> +response<|endoftext|> +<|user|> +again<|endoftext|> +<|assistant|> +response<|endoftext|> +``` \ No newline at end of file