Instructions to use irenepap/t5-base-asqa-ob with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use irenepap/t5-base-asqa-ob with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("irenepap/t5-base-asqa-ob") model = AutoModelForSeq2SeqLM.from_pretrained("irenepap/t5-base-asqa-ob", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#3 opened about 1 year ago
by
SFconvertbot
Librarian Bot: Add base_model information to model
#2 opened almost 3 years ago
by
librarian-bot