pszemraj commited on
Commit
9c4a4b4
1 Parent(s): 95aba66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -60,6 +60,9 @@ parameters:
60
 
61
  This model is a fine-tuned version of [google/flan-t5-xl](https://huggingface.co/google/flan-t5-xl) on an extended version of the `JFLEG` dataset.
62
 
 
 
 
63
  ## Model description
64
 
65
  The intent is to create a text2text language model that successfully performs "single-shot grammar correction" on a potentially grammatically incorrect text **that could have many errors** with the important qualifier that **it does not semantically change text/information that IS grammatically correct.**.
 
60
 
61
  This model is a fine-tuned version of [google/flan-t5-xl](https://huggingface.co/google/flan-t5-xl) on an extended version of the `JFLEG` dataset.
62
 
63
+ ![ex](https://i.imgur.com/zACakst.png)
64
+ <center>note: as this model is on the larger side, the inference API may be cut off</center>
65
+
66
  ## Model description
67
 
68
  The intent is to create a text2text language model that successfully performs "single-shot grammar correction" on a potentially grammatically incorrect text **that could have many errors** with the important qualifier that **it does not semantically change text/information that IS grammatically correct.**.