Upload README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,22 @@ Use `simple-1` settings:
|
|
49 |
|
50 |
- repetition_penalty: 1.0 - 1.15
|
51 |
|
52 |
-
## Prompt template
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
```
|
55 |
ไปฅไธใซใใใใฟในใฏใ่ชฌๆใใๆ็คบใใใใใใใซไป้ใใๅ
ฅๅใๆดใชใๆ่ใๆไพใใฆใใพใใใชใฏใจในใใ้ฉๅใซๅฎไบใใใใใฎๅ็ญใ่จ่ฟฐใใฆใใ ใใใ
|
@@ -58,6 +73,7 @@ Use `simple-1` settings:
|
|
58 |
{instruction}
|
59 |
|
60 |
### ๅฟ็ญ:
|
|
|
61 |
```
|
62 |
|
63 |
## Use the instruct model
|
|
|
49 |
|
50 |
- repetition_penalty: 1.0 - 1.15
|
51 |
|
52 |
+
## Prompt template
|
53 |
+
|
54 |
+
All prompt templates are available as well.
|
55 |
+
|
56 |
+
### Tulu Style
|
57 |
+
|
58 |
+
```
|
59 |
+
<|user|>
|
60 |
+
Your message here!
|
61 |
+
<|assistant|>
|
62 |
+
|
63 |
+
```
|
64 |
+
|
65 |
+
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.**
|
66 |
+
|
67 |
+
### Swallow Style (Alpaca format)
|
68 |
|
69 |
```
|
70 |
ไปฅไธใซใใใใฟในใฏใ่ชฌๆใใๆ็คบใใใใใใใซไป้ใใๅ
ฅๅใๆดใชใๆ่ใๆไพใใฆใใพใใใชใฏใจในใใ้ฉๅใซๅฎไบใใใใใฎๅ็ญใ่จ่ฟฐใใฆใใ ใใใ
|
|
|
73 |
{instruction}
|
74 |
|
75 |
### ๅฟ็ญ:
|
76 |
+
|
77 |
```
|
78 |
|
79 |
## Use the instruct model
|