nitky commited on
Commit
6f357b5
โ€ข
1 Parent(s): 421a6f4

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -49,7 +49,22 @@ Use `simple-1` settings:
49
 
50
  - repetition_penalty: 1.0 - 1.15
51
 
52
- ## Prompt template: Swallow (Alpaca format)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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