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