pszemraj commited on
Commit
f314a01
1 Parent(s): 91c2d08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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 (after `pip install transformers`):
 
 
 
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