Update README.md
Browse files
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 |
+
|