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