Jan commited on
Commit
358b46e
1 Parent(s): a1c7f31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -43,6 +43,16 @@ parameters:
43
  dtype: bfloat16
44
  ```
45
 
 
 
 
 
 
 
 
 
 
 
46
  # About Jan
47
  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.
48
 
 
43
  dtype: bfloat16
44
  ```
45
 
46
+ # Prompt template: ChatML
47
+
48
+ ```
49
+ <|im_start|>system
50
+ {system_message}<|im_end|>
51
+ <|im_start|>user
52
+ {prompt}<|im_end|>
53
+ <|im_start|>assistant
54
+ ```
55
+
56
  # About Jan
57
  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.
58