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
- Xet hash:
- 35d31d4a05fcff3953c1b11942c1fa0d0f56f2555b76a7e69b4a6dd3ee53d1ac
- Size of remote file:
- 168 MB
- SHA256:
- 0aacd52addef02d6e06dffb5893fe3cba043e3ec657d87eb11e79225274abc1b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.