mzbac commited on
Commit
3d09d93
1 Parent(s): 400d298

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ prompt template:
2
+
3
+ ```
4
+ [INST] Corrects and rephrase user text grammar errors delimited by triple backticks to standard English.
5
+ ### Input: Text=\`\`\`she no went to market\`\`\` [/INST]
6
+ [INST] ### Output: She didn’t go the market. [/INST]
7
+ [INST] ### Input: Text=\`\`\`${input}\`\`\` [/INST]
8
+ [INST] ### Output:
9
+ ```