Instructions to use Michau/t5-base-en-generate-headline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Michau/t5-base-en-generate-headline with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Michau/t5-base-en-generate-headline") model = AutoModelForSeq2SeqLM.from_pretrained("Michau/t5-base-en-generate-headline", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#4
by cherry0328 - opened
The model is fantastic! We would like to contribute by updating the base_model information in the model's README. This is to help address the missing model card.
Michau changed pull request status to merged