TroyDoesAI commited on
Commit
ca70962
·
verified ·
1 Parent(s): 9d4c3b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ Prompt Template the model is trained on:
6
+ ```
7
+ "instruction,input,output": "The following user query requires an answer that is derived from the context given. It is imperative that the answer is not based on external knowledge or assumptions. Analyze the context thoroughly to extract the necessary information that will form the basis of a clear and accurate answer.<|User|>\n%instruction%\n%input%\n<|Assistant|>\n%output%",
8
+ ```
9
+