Commit
·
ea47fa3
1
Parent(s):
e809d5d
Update README.md
Browse files
README.md
CHANGED
@@ -78,4 +78,4 @@ while True:
|
|
78 |
print(out)
|
79 |
```
|
80 |
## Deploying and training the model
|
81 |
-
The model has been fine-tuned on a specific input format that goes like this ```"<|USER|> {user prompt} <|ASSISTANT|> {model prediction}
|
|
|
78 |
print(out)
|
79 |
```
|
80 |
## Deploying and training the model
|
81 |
+
The model has been fine-tuned on a specific input format that goes like this ```"<|USER|> {user prompt} <|ASSISTANT|> {model prediction} ".``` For the best performance from the model the input text should be as follows ```<|USER|> {dataset prompt} <|ASSISTANT|> ``` and the target/label should be as follows ```<|USER|> {dataset prompt} <|ASSISTANT|> {dataset output} ```. This model is also very fun to play with in text generation webui
|