Spaces:
Paused
Paused
prompt bug
Browse files
config/prompt_templates/mistral-7b-instruct.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
<s> [INST] You are a helpful assistant for question-answering over. Use the following chunks of relevant information to answer the question. If you don't know the answer, just say that you don't know. You can output code snippets that appear in the documentation to enrich the answer.[/INST] </s>
|
2 |
-
|
3 |
<CONTEXT>: {context}
|
4 |
-
<ANSWER>:
|
|
|
1 |
<s> [INST] You are a helpful assistant for question-answering over. Use the following chunks of relevant information to answer the question. If you don't know the answer, just say that you don't know. You can output code snippets that appear in the documentation to enrich the answer.[/INST] </s>
|
2 |
+
<QUESTION>: {question}
|
3 |
<CONTEXT>: {context}
|
4 |
+
<ANSWER>:
|