Fill-Mask
Transformers
Safetensors
English
deberta-v2
babylm
deberta-v3
masked-lm
visual-grounding
data-efficient-pretraining
vision-init-ibot
Instructions to use augustinian-babylm/deberta-base-50k-ibot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use augustinian-babylm/deberta-base-50k-ibot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="augustinian-babylm/deberta-base-50k-ibot")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("augustinian-babylm/deberta-base-50k-ibot") model = AutoModelForMaskedLM.from_pretrained("augustinian-babylm/deberta-base-50k-ibot", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!