test_model / testing_pipeline.py
raghavneon's picture
Create testing_pipeline.py
3c1010f
raw
history blame contribute delete
No virus
161 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("table-question-answering", model="google/tapas-large-finetuned-wtq")