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