Instructions to use Bingsu/my_vilt_b32_mlm_not_trained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bingsu/my_vilt_b32_mlm_not_trained with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Bingsu/my_vilt_b32_mlm_not_trained")# Load model directly from transformers import AutoProcessor, AutoModelForMaskedLM processor = AutoProcessor.from_pretrained("Bingsu/my_vilt_b32_mlm_not_trained") model = AutoModelForMaskedLM.from_pretrained("Bingsu/my_vilt_b32_mlm_not_trained") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 7