Instructions to use microsoft/tapex-large-finetuned-wikisql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/tapex-large-finetuned-wikisql with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="microsoft/tapex-large-finetuned-wikisql")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("microsoft/tapex-large-finetuned-wikisql") model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/tapex-large-finetuned-wikisql") - Notebooks
- Google Colab
- Kaggle
Qian Liu commited on
Commit ·
c34f2bb
1
Parent(s): f2972d7
Upload pytorch_model.bin with git-lfs
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:c0e45f9327b49c079f7e7377dadc890a2e9ecadcaacaf59bde57676af9740722
|
| 3 |
+
size 1625481368
|