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", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 8338aff
Adding generation config file(s) a755f6f
Update README.md ec1a11f
Update README.md 0cd74d3
Update config.json f5d2d80
Qian Liu commited on
Update README.md 59fa639
Update README.md 03c7da2
Qian Liu commited on
Update README.md 08b43d3
Qian Liu commited on
Upload vocab.json 881e372
Qian Liu commited on
Upload tokenizer_config.json bcdb8e3
Qian Liu commited on
Upload special_tokens_map.json bc821eb
Qian Liu commited on
Upload pytorch_model.bin with git-lfs d6d3a7b
Qian Liu commited on
Upload merges.txt f0a9ef1
Qian Liu commited on
Upload config.json 18cffdd
Qian Liu commited on
Update README.md 55887ad
Qian Liu commited on
initial commit 4b36b4f
Qian Liu commited on