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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
9310139 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7a120662cc7bdbda5e88c97368e41b6d8e6781cb40207f4a9643eccb364cc519
size 18142296
|