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