javi8979 commited on
Commit
73fb459
·
verified ·
1 Parent(s): fa8ed44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-edition
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