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