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