Jan
commited on
Commit
•
63cbf77
1
Parent(s):
3bc5e69
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,9 @@ parameters:
|
|
43 |
dtype: bfloat16
|
44 |
```
|
45 |
|
46 |
-
# Prompt template:
|
|
|
|
|
47 |
|
48 |
```
|
49 |
<|im_start|>system
|
@@ -52,12 +54,13 @@ dtype: bfloat16
|
|
52 |
{prompt}<|im_end|>
|
53 |
<|im_start|>assistant
|
54 |
```
|
55 |
-
|
56 |
```
|
57 |
{system_message}
|
58 |
### Instruction:
|
59 |
{prompt}
|
60 |
|
|
|
61 |
### Response:
|
62 |
```
|
63 |
|
|
|
43 |
dtype: bfloat16
|
44 |
```
|
45 |
|
46 |
+
# Prompt template:
|
47 |
+
|
48 |
+
- **ChatML**
|
49 |
|
50 |
```
|
51 |
<|im_start|>system
|
|
|
54 |
{prompt}<|im_end|>
|
55 |
<|im_start|>assistant
|
56 |
```
|
57 |
+
- **Alpaca**
|
58 |
```
|
59 |
{system_message}
|
60 |
### Instruction:
|
61 |
{prompt}
|
62 |
|
63 |
+
|
64 |
### Response:
|
65 |
```
|
66 |
|