Instructions to use google/tapas-large-finetuned-wtq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/tapas-large-finetuned-wtq with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="google/tapas-large-finetuned-wtq")# Load model directly from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("google/tapas-large-finetuned-wtq") model = AutoModelForTableQuestionAnswering.from_pretrained("google/tapas-large-finetuned-wtq") - Inference
- Notebooks
- Google Colab
- Kaggle
How do you use the inference API for this model?
👍 9
1
#3 opened about 2 years ago
by
himanish-k
Tflite Format for the model
4
#2 opened over 2 years ago
by
muhammadbaasit