Update README.md
Browse files
README.md
CHANGED
@@ -12,8 +12,8 @@ tags:
|
|
12 |
---
|
13 |
|
14 |
This model is part of the [GrammarCorrector](https://github.com/akhmat-s/GrammarCorrector) tool.
|
|
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
- [Perplexity-Based Data](https://arxiv.org/abs/2405.20541) Pruning With Small Reference Models.
|
|
|
12 |
---
|
13 |
|
14 |
This model is part of the [GrammarCorrector](https://github.com/akhmat-s/GrammarCorrector) tool.
|
15 |
+
The primary objective of the experiment was to develop a highly effective tool using relatively small models, minimal datasets, and constrained computational resources.
|
16 |
|
17 |
+
To accomplish this goal, we implemented two key strategies:
|
18 |
+
- [Perplexity-Based Data](https://arxiv.org/abs/2405.20541) Pruning With Small Reference Models.
|
19 |
+
- A simple sampling and voting method for [multiple LLM agents](https://arxiv.org/abs/2402.05120).
|
|