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
ce24c89 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:795d9d42056d52296b2aff5045b5e22f8d073267d316abd50940be67fae2d628
size 167678951
|