Transformers
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use pavlichenko/flan-t5-base-comma-correction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pavlichenko/flan-t5-base-comma-correction with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pavlichenko/flan-t5-base-comma-correction") model = AutoModelForSeq2SeqLM.from_pretrained("pavlichenko/flan-t5-base-comma-correction", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
fff8277 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:321429d5dff9029ec3df0d255a189e657bcfe66b81c4f1af3a72daa77c778ef5
size 4792
|