Upload README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,20 @@ It works fine in most cases, but depending on the prompt, the output may become
|
|
53 |
|
54 |
It works fine in most cases, but depending on the prompt, the output may become repetition at repetition_penalty around 1.0.
|
55 |
|
56 |
-
## Prompt template
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
```
|
59 |
ไปฅไธใซใใใใฟในใฏใ่ชฌๆใใๆ็คบใใใใใใใซไป้ใใๅ
ฅๅใๆดใชใๆ่ใๆไพใใฆใใพใใใชใฏใจในใใ้ฉๅใซๅฎไบใใใใใฎๅ็ญใ่จ่ฟฐใใฆใใ ใใใ
|
@@ -62,6 +75,7 @@ It works fine in most cases, but depending on the prompt, the output may become
|
|
62 |
{instruction}
|
63 |
|
64 |
### ๅฟ็ญ:
|
|
|
65 |
```
|
66 |
|
67 |
## Use the instruct model
|
|
|
53 |
|
54 |
It works fine in most cases, but depending on the prompt, the output may become repetition at repetition_penalty around 1.0.
|
55 |
|
56 |
+
## Prompt template
|
57 |
+
|
58 |
+
### Tulu Style (Recommended format)
|
59 |
+
|
60 |
+
```
|
61 |
+
<|user|>
|
62 |
+
Your message here!
|
63 |
+
<|assistant|>
|
64 |
+
|
65 |
+
```
|
66 |
+
|
67 |
+
For best results, format all inputs in this manner. **Make sure to include a newline after `<|assistant|>`, this can affect generation quality quite a bit.**
|
68 |
+
|
69 |
+
### Swallow Style (Alpaca format)
|
70 |
|
71 |
```
|
72 |
ไปฅไธใซใใใใฟในใฏใ่ชฌๆใใๆ็คบใใใใใใใซไป้ใใๅ
ฅๅใๆดใชใๆ่ใๆไพใใฆใใพใใใชใฏใจในใใ้ฉๅใซๅฎไบใใใใใฎๅ็ญใ่จ่ฟฐใใฆใใ ใใใ
|
|
|
75 |
{instruction}
|
76 |
|
77 |
### ๅฟ็ญ:
|
78 |
+
|
79 |
```
|
80 |
|
81 |
## Use the instruct model
|