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:472a1609d7cc004424826ed61dc99a59dc7ec07d9c43e9394fbeb3595734a596
size 20977764
|