pszemraj commited on
Commit
d0b5ae2
·
1 Parent(s): 5159c6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ from transformers import pipeline
60
 
61
  corrector = pipeline(
62
  'text2text-generation',
63
- 'pszemraj/grammar-synthesis-large',
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)