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