pszemraj commited on
Commit
9b88e87
1 Parent(s): 6f13627

update grammar model

Browse files

pszemraj/grammar-synthesis-small

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def get_parser():
154
  "--gram-model",
155
  required=False,
156
  type=str,
157
- default="pszemraj/t5-v1_1-base-ft-jflAUG",
158
  help="text2text generation model ID from huggingface for the model to correct grammar",
159
  )
160
 
 
154
  "--gram-model",
155
  required=False,
156
  type=str,
157
+ default="pszemraj/grammar-synthesis-small",
158
  help="text2text generation model ID from huggingface for the model to correct grammar",
159
  )
160