How to use tasksource/ModernBERT-large-adapters with Transformers:
# Load model directly from transformers import AutoTokenizer, Adapter tokenizer = AutoTokenizer.from_pretrained("tasksource/ModernBERT-large-adapters") model = Adapter.from_pretrained("tasksource/ModernBERT-large-adapters")
The community tab is the place to discuss and collaborate with the HF community!