| { | |
| "total_samples": 13877, | |
| "accuracy": 0.8274843265835555, | |
| "macro_precision": 0.7903932622975001, | |
| "macro_recall": 0.7861765375541091, | |
| "macro_f1": 0.7882231703673241, | |
| "average_loss": 1.0884969910405762, | |
| "classification_report": { | |
| "label_0": { | |
| "precision": 0.8751754561860838, | |
| "recall": 0.8836809070662077, | |
| "f1-score": 0.8794076163610719, | |
| "support": 9878.0 | |
| }, | |
| "label_1": { | |
| "precision": 0.7056110684089162, | |
| "recall": 0.6886721680420105, | |
| "f1-score": 0.6970387243735763, | |
| "support": 3999.0 | |
| }, | |
| "accuracy": 0.8274843265835555, | |
| "macro avg": { | |
| "precision": 0.7903932622975001, | |
| "recall": 0.7861765375541091, | |
| "f1-score": 0.7882231703673241, | |
| "support": 13877.0 | |
| }, | |
| "weighted avg": { | |
| "precision": 0.8263112934188507, | |
| "recall": 0.8274843265835555, | |
| "f1-score": 0.8268535197221732, | |
| "support": 13877.0 | |
| } | |
| }, | |
| "confusion_matrix": [ | |
| [ | |
| 8729, | |
| 1149 | |
| ], | |
| [ | |
| 1245, | |
| 2754 | |
| ] | |
| ], | |
| "evaluation_duration_seconds": 545.5750229358673 | |
| } |