CreitinGameplays
commited on
Commit
•
1129b74
1
Parent(s):
7bd1e41
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ language:
|
|
32 |
The model was fine-tuned using a specific input format that goes like this:
|
33 |
|
34 |
```
|
35 |
-
<|system|> {system prompt} </s> <|prompter|> {user prompt}
|
36 |
|
37 |
Using this format when interacting with the model can improve its performance and generate more relevant responses.
|
38 |
|
|
|
32 |
The model was fine-tuned using a specific input format that goes like this:
|
33 |
|
34 |
```
|
35 |
+
<|system|> {system prompt} </s> <|prompter|> {user prompt} <|assistant|> {model response} ```
|
36 |
|
37 |
Using this format when interacting with the model can improve its performance and generate more relevant responses.
|
38 |
|