| { | |
| "overall": { | |
| "accuracy": 0.88, | |
| "f1_macro": 0.8782467532467533, | |
| "f1_weighted": 0.8788311688311689, | |
| "precision_macro": 0.8916666666666666, | |
| "recall_macro": 0.8766025641025641, | |
| "mcc": 0.7681215292912208, | |
| "balanced_accuracy": 0.8766025641025641, | |
| "roc_auc_ovr_macro": 0.9310897435897436, | |
| "pr_auc_binary": 0.9022467960975276 | |
| }, | |
| "per_class": [ | |
| { | |
| "label_id": 0, | |
| "label": "Human", | |
| "precision": 0.95, | |
| "recall": 0.7916666666666666, | |
| "f1": 0.8636363636363635, | |
| "support": 24 | |
| }, | |
| { | |
| "label_id": 1, | |
| "label": "LLM", | |
| "precision": 0.8333333333333334, | |
| "recall": 0.9615384615384616, | |
| "f1": 0.8928571428571429, | |
| "support": 26 | |
| } | |
| ], | |
| "confusion_matrix": [ | |
| [ | |
| 19, | |
| 5 | |
| ], | |
| [ | |
| 1, | |
| 25 | |
| ] | |
| ] | |
| } |