Instructions to use microsoft/tapex-large-finetuned-wtq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/tapex-large-finetuned-wtq with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="microsoft/tapex-large-finetuned-wtq")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("microsoft/tapex-large-finetuned-wtq") model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/tapex-large-finetuned-wtq") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e5f903e47114022839ebb5f0c29a1a21b482c8ea56c1b70a729d56d1072791db
- Size of remote file:
- 1.63 GB
- SHA256:
- 6d9dd92d3ee268740d9790bac260f0fd2fd6f7ad783b0d87769a11e7534c7cb3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.