Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ datasets:
|
|
18 |
|
19 |
# Model
|
20 |
This model utilises T5-base sentence correction pre-trained model. It was fine tuned using a modified version of the [JFLEG](https://arxiv.org/abs/1702.04066) dataset and [Happy Transformer framework](https://github.com/EricFillion/happy-transformer). This model was fine-tuned for sentence correction on normal English translations and positional English translations of local Caribbean English Creole. This model will be updated periodically as more data is compiled. For more on the Caribbean English Creole checkout the library [Caribe](https://pypi.org/project/Caribe/).
|
21 |
-
|
22 |
___
|
23 |
|
24 |
|
@@ -48,7 +48,7 @@ if(correction.text.find(" .")):
|
|
48 |
print(correction.text) # Correction: "What is your name?".
|
49 |
|
50 |
```
|
51 |
-
|
52 |
# Usage with Transformers
|
53 |
|
54 |
```python
|
|
|
18 |
|
19 |
# Model
|
20 |
This model utilises T5-base sentence correction pre-trained model. It was fine tuned using a modified version of the [JFLEG](https://arxiv.org/abs/1702.04066) dataset and [Happy Transformer framework](https://github.com/EricFillion/happy-transformer). This model was fine-tuned for sentence correction on normal English translations and positional English translations of local Caribbean English Creole. This model will be updated periodically as more data is compiled. For more on the Caribbean English Creole checkout the library [Caribe](https://pypi.org/project/Caribe/).
|
21 |
+
|
22 |
___
|
23 |
|
24 |
|
|
|
48 |
print(correction.text) # Correction: "What is your name?".
|
49 |
|
50 |
```
|
51 |
+
|
52 |
# Usage with Transformers
|
53 |
|
54 |
```python
|