jordiclive commited on
Commit
153b209
1 Parent(s): d40c023

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,11 +27,11 @@ It was trained on a mixture of OASST top-1 threads.
27
  ## Prompting
28
 
29
  Two special tokens are used to mark the beginning of user and assistant turns:
30
- `<|prompter|>` and `<|assistant|>`. Each turn ends with a `<|endoftext|>` token.
31
 
32
  Input prompt example:
33
  ```
34
- <|prompter|>What is a meme, and what's the history behind this word?<|endoftext|><|assistant|>
35
  ```
36
  The input ends with the `<|assistant|>` token to signal that the model should
37
  start generating the assistant reply.
 
27
  ## Prompting
28
 
29
  Two special tokens are used to mark the beginning of user and assistant turns:
30
+ `<|prompter|>` and `<|assistant|>`. Each turn ends with a `</s>` token.
31
 
32
  Input prompt example:
33
  ```
34
+ <|prompter|>What is a meme, and what's the history behind this word?</s><|assistant|>
35
  ```
36
  The input ends with the `<|assistant|>` token to signal that the model should
37
  start generating the assistant reply.