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
- Xet hash:
- 5d020334618d1099ae73d1ea67fb7b3ce15d665bfabb80b5137829f5e7deca9c
- Size of remote file:
- 1.63 GB
- SHA256:
- c0e45f9327b49c079f7e7377dadc890a2e9ecadcaacaf59bde57676af9740722
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.