TIGER-Lab/MMLU-Pro
Benchmark • Updated • 12.1k • 167k • 476
This is a merged mmBERT model for intent classification, optimized for Rust inference using the candle framework.
use candle_semantic_router::classifiers::lora::IntentLoRAClassifier;
let classifier = IntentLoRAClassifier::new("path/to/model", true)?;
let result = classifier.classify_intent("What is photosynthesis?")?;
println!("Intent: {}, Confidence: {:.1}%", result.intent, result.confidence * 100.0);
| ID | Category |
|---|---|
| 0 | biology |
| 1 | business |
| 2 | chemistry |
| 3 | computer science |
| 4 | economics |
| 5 | engineering |
| 6 | health |
| 7 | history |
| 8 | law |
| 9 | math |
| 10 | philosophy |
| 11 | physics |
| 12 | psychology |
| 13 | other |
Apache 2.0
Base model
jhu-clsp/mmBERT-base