nitky commited on
Commit
f397be6
โ€ข
1 Parent(s): e6db384

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
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: Swallow (Alpaca format)
 
 
 
 
 
 
 
 
 
 
 
 
 
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