adv-model / evaluation_results.json
alpha-max's picture
Upload folder using huggingface_hub
b2b5bad verified
raw
history blame contribute delete
406 Bytes
{
"accuracy": 1.0,
"precision": 1.0,
"recall": 1.0,
"f1": 1.0,
"confusion_matrix": [
[
1000,
0
],
[
0,
1000
]
],
"per_class_metrics": {
"safe": {
"precision": 1.0,
"recall": 1.0,
"f1": 1.0,
"support": 1000
},
"unsafe": {
"precision": 1.0,
"recall": 1.0,
"f1": 1.0,
"support": 1000
}
}
}