Views
No views yet
| Metric | Value |
|---|---|
| Accuracy | 0.9514 ± 0.0057 |
| Precision (macro) | 0.9520 ± 0.0054 |
| Recall (macro) | 0.9514 ± 0.0057 |
| F1 (macro) | 0.9513 ± 0.0057 |
| ROC-AUC (macro) | 0.9959 ± 0.0014 |
1from huggingface_hub import hf_hub_download
2# see inference.py in this repo for load_model() / predict()