pszemraj commited on
Commit
749b671
1 Parent(s): 67e8945

add links to the smaller checkpoints

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -75,6 +75,10 @@ The intent is to create a text2text language model that successfully completes "
75
 
76
  Compare some of the heavier-error examples on [other grammar correction models](https://huggingface.co/models?dataset=dataset:jfleg) to see the difference :)
77
 
 
 
 
 
78
  ## Limitations
79
 
80
  - dataset: `cc-by-nc-sa-4.0`
75
 
76
  Compare some of the heavier-error examples on [other grammar correction models](https://huggingface.co/models?dataset=dataset:jfleg) to see the difference :)
77
 
78
+ ### Other checkpoints
79
+
80
+ If trading a slight decrease in grammatical correction quality for faster inference speed makes sense for your use case, check out the **[base](https://huggingface.co/pszemraj/grammar-synthesis-base)** and **[small](https://huggingface.co/pszemraj/grammar-synthesis-small)** checkpoints fine-tuned from the relevant t5 checkpoints.
81
+
82
  ## Limitations
83
 
84
  - dataset: `cc-by-nc-sa-4.0`