Transformers
PyTorch
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use fabiochiu/t5-base-tag-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fabiochiu/t5-base-tag-generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("fabiochiu/t5-base-tag-generation") model = AutoModelForSeq2SeqLM.from_pretrained("fabiochiu/t5-base-tag-generation") - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by cherry0328 - opened
Hi there! I wanted to say that your model is fantastic and has been incredibly useful. We would love to contribute by updating the README to include information about the base model. This is to help fill in the gaps in the model card. Thank you for your great work!