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
- Xet hash:
- 1d6aa2e43a08a23b12e438699e3dd9601f79e937e92efa6b11f996e5e8790531
- Size of remote file:
- 18.1 MB
- SHA256:
- 4242eb0c322266181e548b44c71d875ee7527f92eee209a6eb537ea93d9a7477
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.