raghavneon
commited on
Commit
•
3c1010f
1
Parent(s):
37a1ab2
Create testing_pipeline.py
Browse files- testing_pipeline.py +4 -0
testing_pipeline.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Use a pipeline as a high-level helper
|
2 |
+
from transformers import pipeline
|
3 |
+
|
4 |
+
pipe = pipeline("table-question-answering", model="google/tapas-large-finetuned-wtq")
|