Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Karen is a grammar and spell check editor for your text. (v.2)
|
2 |
|
3 |
Ah, Karen, a true peach among grammatical cucumbers! She yearns to rectify the missteps and linguistic tangles that infest your horribly written fiction.
|
@@ -5,6 +12,7 @@ Yet, unlike those ChatGPT kaboodles that morph into self-absorbed, constipated g
|
|
5 |
|
6 |
# Goals
|
7 |
Karen's goals are fixing grammar and spelling errors with as lite changes to the style as possible.
|
|
|
8 |
|
9 |
# Model uses ChatML
|
10 |
|
@@ -15,5 +23,4 @@ Karen's goals are fixing grammar and spelling errors with as lite changes to the
|
|
15 |
Edit the following text for spelling and grammar mistakes: {paragraph of text} <|im_end|>
|
16 |
<|im_start|>assistant
|
17 |
```
|
18 |
-
Note the pretext: Edit the following text for spelling and grammar mistakes: before the actual text. It works without it, but it was trained with that pretext.
|
19 |
-
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- llm
|
4 |
+
- llama
|
5 |
+
- spellcheck
|
6 |
+
- grammar
|
7 |
+
---
|
8 |
# Karen is a grammar and spell check editor for your text. (v.2)
|
9 |
|
10 |
Ah, Karen, a true peach among grammatical cucumbers! She yearns to rectify the missteps and linguistic tangles that infest your horribly written fiction.
|
|
|
12 |
|
13 |
# Goals
|
14 |
Karen's goals are fixing grammar and spelling errors with as lite changes to the style as possible.
|
15 |
+
It's tuned to catch most typical ESL errors, including the lack of Oxford comma.
|
16 |
|
17 |
# Model uses ChatML
|
18 |
|
|
|
23 |
Edit the following text for spelling and grammar mistakes: {paragraph of text} <|im_end|>
|
24 |
<|im_start|>assistant
|
25 |
```
|
26 |
+
Note the pretext: Edit the following text for spelling and grammar mistakes: before the actual text. It works without it, but it was trained with that pretext.
|
|