Create README.md
Browse filesThis model is part of the GrammarCorrector tool
https://github.com/akhmat-s/GrammarCorrector
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.
To accomplish this goal, we implement the key strategy:
- [Perplexity-Based Data](https://arxiv.org/abs/2405.20541) Pruning With Small Reference Models.
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- jhu-clsp/jfleg
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
base_model:
|
7 |
+
- google-t5/t5-base
|
8 |
+
pipeline_tag: text2text-generation
|
9 |
+
library_name: transformers
|
10 |
+
tags:
|
11 |
+
- text-generation-inference
|
12 |
+
- grammar
|
13 |
+
---
|