desertsyao's picture
Upload folder using huggingface_hub
5d5926e verified
Raw
History Blame Contribute Delete
910 Bytes
{
"loss": 0.3055910085923432,
"accuracy": 0.941747572815534,
"macro_f1": 0.9102787456445993,
"labels": [
"authorization_access_control",
"unrelated"
],
"precision": [
1.0,
0.9294117647058824
],
"recall": [
0.75,
1.0
],
"f1": [
0.8571428571428571,
0.9634146341463414
],
"support": [
24,
79
],
"confusion_matrix": [
[
18,
6
],
[
0,
79
]
],
"classification_report": " precision recall f1-score support\n\nauthorization_access_control 1.00 0.75 0.86 24\n unrelated 0.93 1.00 0.96 79\n\n accuracy 0.94 103\n macro avg 0.96 0.88 0.91 103\n weighted avg 0.95 0.94 0.94 103\n"
}