Update README.md
Browse files
README.md
CHANGED
@@ -32,8 +32,6 @@ app before April 12, 2023.
|
|
32 |
|
33 |
supervised finetune on sequence of 5120 conversation dataset
|
34 |
|
35 |
-
|
36 |
-
|
37 |
## Model Details
|
38 |
|
39 |
- **Developed by:** [Open-Assistant Contributors](https://open-assistant.io/) and [iKala](https://ikala.ai/)
|
@@ -46,11 +44,11 @@ supervised finetune on sequence of 5120 conversation dataset
|
|
46 |
## Prompting
|
47 |
|
48 |
Two special tokens are used to mark the beginning of user and assistant turns:
|
49 |
-
`<|prompter|>` and `<|assistant|>`. Each turn ends with a
|
50 |
|
51 |
Input prompt example:
|
52 |
```
|
53 |
-
<|prompter|>What is a meme, and what's the history behind this word
|
54 |
```
|
55 |
The input ends with the `<|assistant|>` token to signal that the model should
|
56 |
start generating the assistant reply.
|
|
|
32 |
|
33 |
supervised finetune on sequence of 5120 conversation dataset
|
34 |
|
|
|
|
|
35 |
## Model Details
|
36 |
|
37 |
- **Developed by:** [Open-Assistant Contributors](https://open-assistant.io/) and [iKala](https://ikala.ai/)
|
|
|
44 |
## Prompting
|
45 |
|
46 |
Two special tokens are used to mark the beginning of user and assistant turns:
|
47 |
+
`<|prompter|>` and `<|assistant|>`. Each turn ends with a `</s>` token.
|
48 |
|
49 |
Input prompt example:
|
50 |
```
|
51 |
+
<|prompter|>What is a meme, and what's the history behind this word?</s><|assistant|>
|
52 |
```
|
53 |
The input ends with the `<|assistant|>` token to signal that the model should
|
54 |
start generating the assistant reply.
|