Update README.md
Browse files
README.md
CHANGED
@@ -52,10 +52,10 @@ It's tuned to catch most typical ESL errors, including the lack of Oxford comma.
|
|
52 |
Mistakes in matching singular and plural nouns and verbs in a sentence.
|
53 |
|
54 |
# Future Goals
|
55 |
-
Add more grammar error cases
|
56 |
|
57 |
# Training
|
58 |
-
It was reverse trained on fiction paragraphs where errors were deliberately introduced by another model and python script.
|
59 |
|
60 |
# Model uses ChatML
|
61 |
|
|
|
52 |
Mistakes in matching singular and plural nouns and verbs in a sentence.
|
53 |
|
54 |
# Future Goals
|
55 |
+
Add more grammar error cases, better dataset, use larger dataset
|
56 |
|
57 |
# Training
|
58 |
+
It was reverse trained on fiction paragraphs where errors were deliberately introduced by another LLama model and python script.
|
59 |
|
60 |
# Model uses ChatML
|
61 |
|