Jan
commited on
Commit
•
4b2fb94
1
Parent(s):
6220554
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,8 @@ language:
|
|
11 |
</div>
|
12 |
|
13 |
<p align="center">
|
14 |
-
<a href="https://jan.ai/">Jan</a
|
|
|
15 |
- <a href="https://discord.gg/AsJ8krTT3N">Discord</a>
|
16 |
</p>
|
17 |
<!-- header end -->
|
@@ -45,6 +46,18 @@ parameters:
|
|
45 |
dtype: bfloat16
|
46 |
```
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
# Run this model
|
49 |
|
50 |
You can run this model using [Jan](https://jan.ai/) on Mac, Windows, or Linux.
|
|
|
11 |
</div>
|
12 |
|
13 |
<p align="center">
|
14 |
+
<a href="https://jan.ai/">Jan</a
|
15 |
+
>
|
16 |
- <a href="https://discord.gg/AsJ8krTT3N">Discord</a>
|
17 |
</p>
|
18 |
<!-- header end -->
|
|
|
46 |
dtype: bfloat16
|
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 |
+
|
61 |
# Run this model
|
62 |
|
63 |
You can run this model using [Jan](https://jan.ai/) on Mac, Windows, or Linux.
|