Text Classification
Transformers
Safetensors
English
modernbert
text-generation-inference
unsloth
trl
text-embeddings-inference
Instructions to use y22ma/modernbert-router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use y22ma/modernbert-router with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="y22ma/modernbert-router")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("y22ma/modernbert-router") model = AutoModelForSequenceClassification.from_pretrained("y22ma/modernbert-router", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Uploaded model
- Developed by: y22ma
- License: apache-2.0
- Finetuned from model : answerdotai/ModernBERT-large
This modernbert model was trained 2x faster with Unsloth and Huggingface's TRL library.
- Downloads last month
- 5
Model tree for y22ma/modernbert-router
Base model
answerdotai/ModernBERT-large