akhmat-s commited on
Commit
c566222
·
verified ·
1 Parent(s): d8049e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -12,10 +12,9 @@ tags:
12
  - grammar
13
  ---
14
 
15
- This model is part of the GrammarCorrector tool
16
- https://github.com/akhmat-s/GrammarCorrector
17
 
18
- Fine-tuning for the FlanT5 model uses a dataset called [JFLEG](https://arxiv.org/abs/1702.04066). The primary objective of the experiment was to develop a highly effective tool using a minimal dataset.
19
-
20
- To accomplish this goal, we implement the key strategy:
21
- - [Perplexity-Based Data](https://arxiv.org/abs/2405.20541) Pruning With Small Reference Models.
 
12
  - grammar
13
  ---
14
 
15
+ This model is part of the [GrammarCorrector](https://github.com/akhmat-s/GrammarCorrector) tool.
16
+ The primary objective of the experiment was to develop a highly effective tool using relatively small models, minimal datasets, and constrained computational resources.
17
 
18
+ To accomplish this goal, we implemented two key strategies:
19
+ - [Perplexity-Based Data](https://arxiv.org/abs/2405.20541) Pruning With Small Reference Models.
20
+ - A simple sampling and voting method for [multiple LLM agents](https://arxiv.org/abs/2402.05120).