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
Commit ·
fc5668b
1
Parent(s): b7759fb
uploaded PyTorch model bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24e013b4d47fe9d34ca0a39149db9e3c3fdfb2c4c3d8ca57def031197541a631
|
| 3 |
+
size 442777631
|