Instructions to use google/tapas-large-finetuned-tabfact with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/tapas-large-finetuned-tabfact with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="google/tapas-large-finetuned-tabfact")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("google/tapas-large-finetuned-tabfact") model = AutoModelForSequenceClassification.from_pretrained("google/tapas-large-finetuned-tabfact", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
6e17005 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2c52710ad14b548c74bd8a44fc5d0761f799035b215eae57e41700e2c20a9f1c
size 1347084071
|