Update README.md
Browse files
README.md
CHANGED
@@ -52,9 +52,14 @@ parameters:
|
|
52 |
|
53 |
# grammar-synthesis-large: FLAN-t5
|
54 |
|
|
|
|
|
55 |
A fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) for grammar correction on an expanded version of the [JFLEG](https://paperswithcode.com/dataset/jfleg) dataset.
|
56 |
|
57 |
-
usage in Python
|
|
|
|
|
|
|
58 |
|
59 |
```python
|
60 |
from transformers import pipeline
|
|
|
52 |
|
53 |
# grammar-synthesis-large: FLAN-t5
|
54 |
|
55 |
+
![example](https://i.imgur.com/PIhrc7E.png)
|
56 |
+
|
57 |
A fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) for grammar correction on an expanded version of the [JFLEG](https://paperswithcode.com/dataset/jfleg) dataset.
|
58 |
|
59 |
+
## usage in Python
|
60 |
+
|
61 |
+
|
62 |
+
after `pip install transformers`):
|
63 |
|
64 |
```python
|
65 |
from transformers import pipeline
|