Jan commited on
Commit
638547f
1 Parent(s): 648fa09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -46,6 +46,27 @@ parameters:
46
 
47
  ```
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  # About Jan
50
  Jan believes in the need for an open-source AI ecosystem and is building the infra and tooling to allow open-source AIs to compete on a level playing field with proprietary ones.
51
 
 
46
 
47
  ```
48
 
49
+ # Prompt template:
50
+
51
+ - **ChatML**
52
+
53
+ ```
54
+ <|im_start|>system
55
+ {system_message}<|im_end|>
56
+ <|im_start|>user
57
+ {prompt}<|im_end|>
58
+ <|im_start|>assistant
59
+ ```
60
+ - **Alpaca**
61
+ ```
62
+ {system_message}
63
+
64
+ ### Instruction:
65
+ {prompt}
66
+
67
+ ### Response:
68
+ ```
69
+
70
  # About Jan
71
  Jan believes in the need for an open-source AI ecosystem and is building the infra and tooling to allow open-source AIs to compete on a level playing field with proprietary ones.
72