Upload README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,20 @@ It works fine in most cases, but depending on the prompt, the output may become
|
|
57 |
|
58 |
It works fine in most cases, but depending on the prompt, the output may become repetition at repetition_penalty around 1.0.
|
59 |
|
60 |
-
## Prompt template
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
```
|
63 |
ไปฅไธใซใใใใฟในใฏใ่ชฌๆใใๆ็คบใใใใใใใซไป้ใใๅ
ฅๅใๆดใชใๆ่ใๆไพใใฆใใพใใใชใฏใจในใใ้ฉๅใซๅฎไบใใใใใฎๅ็ญใ่จ่ฟฐใใฆใใ ใใใ
|
@@ -66,6 +79,7 @@ It works fine in most cases, but depending on the prompt, the output may become
|
|
66 |
{instruction}
|
67 |
|
68 |
### ๅฟ็ญ:
|
|
|
69 |
```
|
70 |
|
71 |
## Use the instruct model
|
|
|
57 |
|
58 |
It works fine in most cases, but depending on the prompt, the output may become repetition at repetition_penalty around 1.0.
|
59 |
|
60 |
+
## Prompt template
|
61 |
+
|
62 |
+
### Tulu Style (Recommended format)
|
63 |
+
|
64 |
+
```
|
65 |
+
<|user|>
|
66 |
+
Your message here!
|
67 |
+
<|assistant|>
|
68 |
+
|
69 |
+
```
|
70 |
+
|
71 |
+
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.**
|
72 |
+
|
73 |
+
### Swallow Style (Alpaca format)
|
74 |
|
75 |
```
|
76 |
ไปฅไธใซใใใใฟในใฏใ่ชฌๆใใๆ็คบใใใใใใใซไป้ใใๅ
ฅๅใๆดใชใๆ่ใๆไพใใฆใใพใใใชใฏใจในใใ้ฉๅใซๅฎไบใใใใใฎๅ็ญใ่จ่ฟฐใใฆใใ ใใใ
|
|
|
79 |
{instruction}
|
80 |
|
81 |
### ๅฟ็ญ:
|
82 |
+
|
83 |
```
|
84 |
|
85 |
## Use the instruct model
|