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