CreitinGameplays
commited on
Commit
•
3968ff6
1
Parent(s):
adb0b56
Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ inference:
|
|
76 |
The model was fine-tuned using a specific input format that goes like this:
|
77 |
|
78 |
```
|
79 |
-
<|system|> {system prompt} </s>
|
80 |
|
81 |
Using this format when interacting with the model can improve its performance and generate more relevant responses.
|
82 |
|
|
|
76 |
The model was fine-tuned using a specific input format that goes like this:
|
77 |
|
78 |
```
|
79 |
+
<|system|> {system prompt} </s> <|prompter|> {user prompt} </s> <|assistant|> {model response} ```
|
80 |
|
81 |
Using this format when interacting with the model can improve its performance and generate more relevant responses.
|
82 |
|