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