How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("question-answering", model="grasgor/flan-t5-small-wikitablequestions")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("grasgor/flan-t5-small-wikitablequestions")
model = AutoModelForSeq2SeqLM.from_pretrained("grasgor/flan-t5-small-wikitablequestions")
Quick Links
README.md exists but content is empty.
Downloads last month
15
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for grasgor/flan-t5-small-wikitablequestions

Finetuned
(506)
this model

Dataset used to train grasgor/flan-t5-small-wikitablequestions