Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ from transformers import pipeline
|
|
60 |
|
61 |
corrector = pipeline(
|
62 |
'text2text-generation',
|
63 |
-
'pszemraj/grammar-synthesis
|
64 |
)
|
65 |
raw_text = 'i can has cheezburger'
|
66 |
results = corrector(raw_text)
|
|
|
60 |
|
61 |
corrector = pipeline(
|
62 |
'text2text-generation',
|
63 |
+
'pszemraj/flan-t5-large-grammar-synthesis',
|
64 |
)
|
65 |
raw_text = 'i can has cheezburger'
|
66 |
results = corrector(raw_text)
|