Text Classification
Transformers
Safetensors
English
modernbert
Mixture of Experts
text-embeddings-inference
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="suayptalha/Medical-Router")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("suayptalha/Medical-Router")
model = AutoModelForSequenceClassification.from_pretrained("suayptalha/Medical-Router")
Quick Links

MoE Router Model

Classify clinical text into:

  • 0: Diagnosis
  • 1: Treatment
  • 2: Psychological Support

Training

  • Base model: ModernBERT-base
  • Epochs: 3
  • Learning rate: 3e-5
  • Batch size: 16
Downloads last month
19
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for suayptalha/Medical-Router

Finetuned
(1227)
this model

Datasets used to train suayptalha/Medical-Router