maldv commited on
Commit
ad62b7e
·
verified ·
1 Parent(s): ac6800a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- {% Character Card %}
 
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. Several of the models understand ChatML and Alpaca, and Instruct as well, so you can probably use whatever format you like. It will occasionally spit out some random code as well, but generally will be able to follow the conversation.
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