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