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