Instructions to use PrimeQA/tapas-based-tableqa-wikisql-lookup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PrimeQA/tapas-based-tableqa-wikisql-lookup with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="PrimeQA/tapas-based-tableqa-wikisql-lookup")# Load model directly from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("PrimeQA/tapas-based-tableqa-wikisql-lookup") model = AutoModelForTableQuestionAnswering.from_pretrained("PrimeQA/tapas-based-tableqa-wikisql-lookup") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
fc5668b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:24e013b4d47fe9d34ca0a39149db9e3c3fdfb2c4c3d8ca57def031197541a631
size 442777631
|