Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,12 @@ library_name: transformers
|
|
10 |
tags:
|
11 |
- text-generation-inference
|
12 |
- grammar
|
13 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
tags:
|
11 |
- text-generation-inference
|
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.
|