uchen-ume-classifier / without_preprocess /confusion_matrix.json
karma689's picture
Add test confusion matrices (JSON + PNG) for all variants
a1548ee verified
Raw
History Blame Contribute Delete
350 Bytes
{
"split": "test",
"labels": [
"uchen",
"ume"
],
"matrix": [
[
97,
2
],
[
165,
603
]
],
"test_metrics": {
"loss": 0.48820294297059763,
"accuracy": 0.8073817762399077,
"macro_f1": 0.7078823289680483,
"weighted_f1": 0.8394339697286689,
"auc_roc": 0.9698679503367003
}
}