Instructions to use nanom/bert_adaptation_vizwiz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nanom/bert_adaptation_vizwiz with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nanom/bert_adaptation_vizwiz")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nanom/bert_adaptation_vizwiz") model = AutoModelForMaskedLM.from_pretrained("nanom/bert_adaptation_vizwiz", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7abfc27 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f583d1e461494b0f57b3238de70e13276923b76eb821cfcf8759dbd6db61114c
size 438126133
|