Instructions to use google/tapas-small-finetuned-wtq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/tapas-small-finetuned-wtq with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="google/tapas-small-finetuned-wtq")# Load model directly from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("google/tapas-small-finetuned-wtq") model = AutoModelForTableQuestionAnswering.from_pretrained("google/tapas-small-finetuned-wtq") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ab032b9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c8686044453e815d0decec64256aeee6bba60f3ea8a1b722d736997e8d861209
size 117224007
|