Transformers
PyTorch
ONNX
English
t5
text2text-generation
grammar-correction
text-generation-inference
Instructions to use visheratin/t5-efficient-tiny-grammar-correction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use visheratin/t5-efficient-tiny-grammar-correction with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("visheratin/t5-efficient-tiny-grammar-correction") model = AutoModelForSeq2SeqLM.from_pretrained("visheratin/t5-efficient-tiny-grammar-correction") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
a98f126 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b28f40735263b4a81b5817fc39e4e29e256d6f93c31dd7b46d3de0bb32249feb
size 82637283
|