AjayMukundS
commited on
Commit
•
384ab79
1
Parent(s):
e6239ca
Update README.md
Browse files
README.md
CHANGED
@@ -30,15 +30,12 @@ This is a Llama 2 Fine Tuned Model with 7 Billion Parameters on the 1K sample Da
|
|
30 |
The training data is basically a Chat between a Human and an Assistant where the Human poses some queries and the Assistant responds to those queries in a suitable fashion.
|
31 |
In the case of Llama 2, the following Chat Template is used for the chat models:
|
32 |
|
33 |
-
|
34 |
-
|
35 |
-
<</SYS>>**
|
36 |
|
37 |
-
|
38 |
|
39 |
-
|
40 |
-
|
41 |
-
User prompt (required) to give the instruction
|
42 |
|
43 |
Model Answer (required)
|
44 |
|
|
|
30 |
The training data is basically a Chat between a Human and an Assistant where the Human poses some queries and the Assistant responds to those queries in a suitable fashion.
|
31 |
In the case of Llama 2, the following Chat Template is used for the chat models:
|
32 |
|
33 |
+
**[INST] SYSTEM PROMPT**
|
34 |
+
**User Prompt [/INST] Model Answer**
|
|
|
35 |
|
36 |
+
System Prompt (optional) --> to guide the model
|
37 |
|
38 |
+
User prompt (required) --> to give the instruction / User Query
|
|
|
|
|
39 |
|
40 |
Model Answer (required)
|
41 |
|