Transformers
PyTorch
Safetensors
English
t5
text2text-generation
style-transfer
seq2seq
text-generation-inference
Instructions to use Isotonic/informal_to_formal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Isotonic/informal_to_formal with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Isotonic/informal_to_formal") model = AutoModelForSeq2SeqLM.from_pretrained("Isotonic/informal_to_formal") - Notebooks
- Google Colab
- Kaggle
Ctrl+K