Jan
commited on
Commit
•
0dc8364
1
Parent(s):
44db42b
Update README.md
Browse files
README.md
CHANGED
@@ -45,6 +45,17 @@ You can run this model using [Jan](https://jan.ai/) on Mac, Windows, or Linux.
|
|
45 |
|
46 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65713d70f56f9538679e5a56/r7VmEBLGXpPLTu2MImM7S.png)
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
# About Jan
|
49 |
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.
|
50 |
|
|
|
45 |
|
46 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65713d70f56f9538679e5a56/r7VmEBLGXpPLTu2MImM7S.png)
|
47 |
|
48 |
+
# Prompt template
|
49 |
+
- **ChatML**
|
50 |
+
|
51 |
+
```
|
52 |
+
<|im_start|>system
|
53 |
+
{system_message}<|im_end|>
|
54 |
+
<|im_start|>user
|
55 |
+
{prompt}<|im_end|>
|
56 |
+
<|im_start|>assistant
|
57 |
+
```
|
58 |
+
|
59 |
# About Jan
|
60 |
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.
|
61 |
|