Update README.md
Browse files
README.md
CHANGED
@@ -13,21 +13,19 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# text-correction-en-small
|
15 |
|
16 |
-
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
-
|
|
|
21 |
|
22 |
-
## Intended uses & limitations
|
23 |
-
|
24 |
-
More information needed
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
28 |
-
|
29 |
|
30 |
-
## Training procedure
|
31 |
|
32 |
### Training hyperparameters
|
33 |
|
@@ -43,9 +41,6 @@ The following hyperparameters were used during training:
|
|
43 |
- lr_scheduler_warmup_steps: 100
|
44 |
- num_epochs: 1
|
45 |
|
46 |
-
### Training results
|
47 |
-
|
48 |
-
|
49 |
|
50 |
### Framework versions
|
51 |
|
|
|
13 |
|
14 |
# text-correction-en-small
|
15 |
|
16 |
+
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the small portion of
|
17 |
+
this [dataset](https://huggingface.co/datasets/gudleifrr/text-correction-en).
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
+
This model is fine-tuned on the task of text correction: it fixes English text with the wrong grammar, punctuation and order of words.
|
22 |
+
Significantly larger model that supports Russian language as well can be found [here](https://huggingface.co/gudleifrr/mt5-text-correction-enru).
|
23 |
|
|
|
|
|
|
|
24 |
|
25 |
## Training and evaluation data
|
26 |
|
27 |
+
Around 10% of the data from this [dataset](https://huggingface.co/datasets/gudleifrr/text-correction-en) was used.
|
28 |
|
|
|
29 |
|
30 |
### Training hyperparameters
|
31 |
|
|
|
41 |
- lr_scheduler_warmup_steps: 100
|
42 |
- num_epochs: 1
|
43 |
|
|
|
|
|
|
|
44 |
|
45 |
### Framework versions
|
46 |
|