FPHam commited on
Commit
cbd98ae
1 Parent(s): 13f56b0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.
4
+ Yet, unlike those ChatGPT kaboodles that morph into self-absorbed, constipated gurus of self-help style, Karen remains steadfastly grounded in grammatical wisdom but respectfull of your style.
5
+
6
+ # Goals
7
+ Karen's goals are fixing grammar and spelling errors without as lite changes to the style as possible.
8
+
9
+ # Model uses ChatML
10
+
11
+ ```
12
+ <|im_start|>system
13
+ <|im_end|>
14
+ <|im_start|>user
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
+