Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,8 @@ Includes fast tokenizer.
|
|
43 |
I put a conversational chat template, which takes "name", "to" (optional), and "content" as the turns. It is designed to follow a transcript style chat which is used by some of the models. This type of use-case is best done by outlining a scene and creating a character card.
|
44 |
|
45 |
```
|
46 |
-
{%
|
|
|
47 |
|
48 |
Person (to Bot): Hello
|
49 |
|
@@ -51,7 +52,7 @@ Bot (to Person): Hi, how are you?
|
|
51 |
|
52 |
```
|
53 |
|
54 |
-
This may not be the ideal template for this model without more training.
|
55 |
|
56 |
## Scores
|
57 |
|
|
|
43 |
I put a conversational chat template, which takes "name", "to" (optional), and "content" as the turns. It is designed to follow a transcript style chat which is used by some of the models. This type of use-case is best done by outlining a scene and creating a character card.
|
44 |
|
45 |
```
|
46 |
+
### {% title %}
|
47 |
+
{% metadata %}
|
48 |
|
49 |
Person (to Bot): Hello
|
50 |
|
|
|
52 |
|
53 |
```
|
54 |
|
55 |
+
This may not be the ideal template for this model without more training. It leans to being a coder when given an `### Instruction`, follows `<s>[INST][/INST]`, and likes `<|user|>`, `<|assistant|>`.
|
56 |
|
57 |
## Scores
|
58 |
|