alanjafari/KurMed-Triage
Viewer • Updated • 2k • 37 • 2
Medical specialty classification model for Kurdish and Persian speakers, fine-tuned on KurMed-Triage dataset.
| Metric | Score |
|---|---|
| Accuracy | 87.0% |
| F1 Score (weighted) | 0.871 |
from transformers import pipeline
classifier = pipeline(
"text-classification",
model="alanjafari/KurMed-Triage-XLMRoBERTa"
)
result = classifier("درد قفسه سینه دارم و نفس کشیدنم سخته")
print(result)
cardiology, dermatology, emergency, ent, gynecology, internal_medicine, neurology, orthopedics, pediatrics, psychiatry
Alan Jafari — AI Specialist & Founder of EONE Team
Base model
FacebookAI/xlm-roberta-base