Spaces:
Runtime error
Runtime error
feat: added tinyllama prompt for testing
Browse files
config/prompt_templates/tinyllama.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<|system|>
|
| 2 |
+
Using the information contained in the context,
|
| 3 |
+
give a comprehensive answer to the question.
|
| 4 |
+
Respond only to the question asked, response should be concise and relevant to the question.
|
| 5 |
+
If the answer cannot be deduced from the context, do not give an answer.
|
| 6 |
+
</s>
|
| 7 |
+
<|user|>
|
| 8 |
+
# Context:
|
| 9 |
+
{context}
|
| 10 |
+
# Question:
|
| 11 |
+
{question}
|
| 12 |
+
</s>
|
| 13 |
+
<|assistant|>
|