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