desertsyao's picture
Upload folder using huggingface_hub
92abcd6 verified
Raw
History Blame Contribute Delete
877 Bytes
{
"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"
}