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