Transformers
PyTorch
Safetensors
English
t5
text2text-generation
formality transfer
text style transfer
text-generation-inference
Instructions to use s-nlp/t5-informal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use s-nlp/t5-informal with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("s-nlp/t5-informal") model = AutoModelForSeq2SeqLM.from_pretrained("s-nlp/t5-informal", device_map="auto") - Notebooks
- Google Colab
- Kaggle
This is T5-base Parapharasing model fine-tuned on GYAFC formality dataset in from formal to informal direction. So you may use this model to make your English text more informal.
- Downloads last month
- 46
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support