File size: 877 Bytes
92abcd6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | {
"loss": 0.18074782223751149,
"accuracy": 0.9661016949152542,
"macro_f1": 0.9611842105263158,
"labels": [
"encryption_key_operations",
"unrelated"
],
"precision": [
1.0,
0.9512195121951219
],
"recall": [
0.9,
1.0
],
"f1": [
0.9473684210526315,
0.975
],
"support": [
40,
78
],
"confusion_matrix": [
[
36,
4
],
[
0,
78
]
],
"classification_report": " precision recall f1-score support\n\nencryption_key_operations 1.00 0.90 0.95 40\n unrelated 0.95 1.00 0.97 78\n\n accuracy 0.97 118\n macro avg 0.98 0.95 0.96 118\n weighted avg 0.97 0.97 0.97 118\n"
}
|