CreitinGameplays
commited on
Commit
•
0e434e6
1
Parent(s):
bab7f50
Update README.md
Browse files
README.md
CHANGED
@@ -82,7 +82,8 @@ inference:
|
|
82 |
The model was fine-tuned using a specific input format that goes like this:
|
83 |
|
84 |
```
|
85 |
-
<|system|> {system prompt} </s> <|prompter|> {user prompt} </s> <|assistant|> {model response}
|
|
|
86 |
|
87 |
Using this format when interacting with the model can improve its performance and generate more relevant responses.
|
88 |
|
|
|
82 |
The model was fine-tuned using a specific input format that goes like this:
|
83 |
|
84 |
```
|
85 |
+
<|system|> {system prompt} </s> <|prompter|> {user prompt} </s> <|assistant|> {model response}
|
86 |
+
```
|
87 |
|
88 |
Using this format when interacting with the model can improve its performance and generate more relevant responses.
|
89 |
|