Instructions to use mohammadmahdinouri/modernBert-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mohammadmahdinouri/modernBert-distilled with Transformers:
# Load model directly from transformers import AutoTokenizer, DistillationWrapper tokenizer = AutoTokenizer.from_pretrained("mohammadmahdinouri/modernBert-distilled") model = DistillationWrapper.from_pretrained("mohammadmahdinouri/modernBert-distilled", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K