Instructions to use google/tapas-small-finetuned-sqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/tapas-small-finetuned-sqa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="google/tapas-small-finetuned-sqa")# Load model directly from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("google/tapas-small-finetuned-sqa") model = AutoModelForTableQuestionAnswering.from_pretrained("google/tapas-small-finetuned-sqa") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ca600f3c5bc542fad1c7fe36a02998cf853eedd28016198a63f51048a5503ae6
- Size of remote file:
- 117 MB
- SHA256:
- 46da47690c94335c26dd575b4ad3de8a3ce9dcc498507315609d0c18ae9058c3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.