Jan
commited on
Commit
•
3bc5e69
1
Parent(s):
358b46e
Update README.md
Browse files
README.md
CHANGED
@@ -52,6 +52,14 @@ dtype: bfloat16
|
|
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.
|
|
|
52 |
{prompt}<|im_end|>
|
53 |
<|im_start|>assistant
|
54 |
```
|
55 |
+
or **Alpaca template**
|
56 |
+
```
|
57 |
+
{system_message}
|
58 |
+
### Instruction:
|
59 |
+
{prompt}
|
60 |
+
|
61 |
+
### Response:
|
62 |
+
```
|
63 |
|
64 |
# About Jan
|
65 |
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.
|