| { | |
| "overall": { | |
| "accuracy": 0.9, | |
| "f1_macro": 0.898000815993472, | |
| "f1_weighted": 0.8985720114239086, | |
| "precision_macro": 0.9193548387096775, | |
| "recall_macro": 0.8958333333333333, | |
| "mcc": 0.8148487556741164, | |
| "balanced_accuracy": 0.8958333333333333, | |
| "roc_auc_ovr_macro": 0.9278846153846154, | |
| "pr_auc_binary": 0.9014484491453345 | |
| }, | |
| "per_class": [ | |
| { | |
| "label_id": 0, | |
| "label": "Human", | |
| "precision": 1.0, | |
| "recall": 0.7916666666666666, | |
| "f1": 0.8837209302325582, | |
| "support": 24 | |
| }, | |
| { | |
| "label_id": 1, | |
| "label": "LLM", | |
| "precision": 0.8387096774193549, | |
| "recall": 1.0, | |
| "f1": 0.9122807017543859, | |
| "support": 26 | |
| } | |
| ], | |
| "confusion_matrix": [ | |
| [ | |
| 19, | |
| 5 | |
| ], | |
| [ | |
| 0, | |
| 26 | |
| ] | |
| ] | |
| } |