Create README.md
Browse files
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 |
+
```
|