akhmat-s commited on
Commit
877dda8
·
verified ·
1 Parent(s): 9737615

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -13,11 +13,4 @@ tags:
13
 
14
  This model is part of the [GrammarCorrector](https://github.com/akhmat-s/GrammarCorrector) tool.
15
 
16
- "[FlanT5 from scratch for the grammar correction tool](https://medium.com/@akhmat-s/flant5-from-scratch-for-the-grammar-correction-tool-deadba9a6778)" article about how this model was trained.
17
-
18
-
19
- The primary objective of the experiment was to develop a highly effective tool using relatively small models, minimal datasets, and constrained computational resources.
20
-
21
- To accomplish this goal, we implemented two key strategies:
22
- - [Perplexity-Based Data](https://arxiv.org/abs/2405.20541) Pruning With Small Reference Models.
23
- - A simple sampling and voting method for [multiple LLM agents](https://arxiv.org/abs/2402.05120).
 
13
 
14
  This model is part of the [GrammarCorrector](https://github.com/akhmat-s/GrammarCorrector) tool.
15
 
16
+ "[FlanT5 from scratch for the grammar correction tool](https://medium.com/@akhmat-s/flant5-from-scratch-for-the-grammar-correction-tool-deadba9a6778)" article about how this model was trained.