Update README.md
Browse files
README.md
CHANGED
@@ -149,7 +149,7 @@ print(tokenizer.decode(outputs[0, input_length:], skip_special_tokens=True))
|
|
149 |
Using this template, each turn is preceded by a `<|im_start|>` delimiter and the role of the entity
|
150 |
(either `user`, for content supplied by the user, or `assistant` for LLM responses), and finished with the `<|im_end|>` token.
|
151 |
|
152 |
-
### Post-
|
153 |
|
154 |
For post-editing tasks you can try using the following prompt template:
|
155 |
|
|
|
149 |
Using this template, each turn is preceded by a `<|im_start|>` delimiter and the role of the entity
|
150 |
(either `user`, for content supplied by the user, or `assistant` for LLM responses), and finished with the `<|im_end|>` token.
|
151 |
|
152 |
+
### Post-editing
|
153 |
|
154 |
For post-editing tasks you can try using the following prompt template:
|
155 |
|