CreitinGameplays commited on
Commit
9376513
1 Parent(s): 1129b74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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} <|assistant|> {model response} ```
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} </s> <|assistant|> {model response} ```
36
 
37
  Using this format when interacting with the model can improve its performance and generate more relevant responses.
38