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