FPHam commited on
Commit
0935960
·
1 Parent(s): c820229

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,6 +4,7 @@ tags:
4
  - llama
5
  - spellcheck
6
  - grammar
 
7
  ---
8
 
9
  <!-- header start -->
@@ -135,4 +136,4 @@ After probably 10 different versions with subsequent changes, I can now say that
135
 
136
  The goal was to create a model that wouldn't change the style of the text. Often, LLM models, when asked to edit text, will attempt to rewrite the text even if the text is already fine. This proved to be quite challenging for such a small model where the main task was to determine the right balance between fixing the text (and not changing its style) and copying it verbatim.
137
 
138
- The strict model assumes that you're already a good writer that doesn't need hand-holding and that every word you've written you've meant.
 
4
  - llama
5
  - spellcheck
6
  - grammar
7
+ license: llama2
8
  ---
9
 
10
  <!-- header start -->
 
136
 
137
  The goal was to create a model that wouldn't change the style of the text. Often, LLM models, when asked to edit text, will attempt to rewrite the text even if the text is already fine. This proved to be quite challenging for such a small model where the main task was to determine the right balance between fixing the text (and not changing its style) and copying it verbatim.
138
 
139
+ The strict model assumes that you're already a good writer that doesn't need hand-holding and that every word you've written you've meant.