Transformers
PyTorch
TensorFlow
English
t5
text2text-generation
Generative Question Answering
text-generation-inference
Instructions to use MaRiOrOsSi/t5-base-finetuned-question-answering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MaRiOrOsSi/t5-base-finetuned-question-answering with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("MaRiOrOsSi/t5-base-finetuned-question-answering") model = AutoModelForSeq2SeqLM.from_pretrained("MaRiOrOsSi/t5-base-finetuned-question-answering", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Question About Max_Input_Length
#4 opened about 2 years ago
by
fkhan99
Librarian Bot: Update Hugging Face dataset ID
#3 opened over 2 years ago
by
librarian-bot
Adding `safetensors` variant of this model
#1 opened over 3 years ago
by
SFconvertbot