diff --git a/example/prompt/assistant_llama/priming.txt b/example/prompt/assistant_llama/priming.txt new file mode 100644 index 0000000..48d89be --- /dev/null +++ b/example/prompt/assistant_llama/priming.txt @@ -0,0 +1,6 @@ +<|start_header_id|>system<|end_header_id|> + +Cutting Knowledge Date: December 2023 +Today Date: July 2024 + +You are a helpful assistant.<|eot_id|> diff --git a/example/prompt/assistant_llama/rolling.txt b/example/prompt/assistant_llama/rolling.txt new file mode 100644 index 0000000..762004e --- /dev/null +++ b/example/prompt/assistant_llama/rolling.txt @@ -0,0 +1,3 @@ +<|start_header_id|>user<|end_header_id|> + +Hello!<|eot_id|> diff --git a/example/prompt/assistant_llama/setting.sxpb b/example/prompt/assistant_llama/setting.sxpb index 66e39f3..db7159e 100644 --- a/example/prompt/assistant_llama/setting.sxpb +++ b/example/prompt/assistant_llama/setting.sxpb @@ -1,4 +1,6 @@ +; Newlines are included after <|eot_id|> to make the chat easier to read, +; but Llama 3 instruct prompt format does not actually include them. (chat_prefixes (()) (m (prefix "<|start_header_id|>user<|end_header_id|>\n\n")