arabic-eou-detector / evaluation_results.json
MrEzzat's picture
Upload Arabic EOU detection model
e5caf1c verified
{
"classification_report": {
"No EOU": {
"precision": 0.8941798941798942,
"recall": 0.8556962025316456,
"f1-score": 0.8745148771021992,
"support": 395.0
},
"EOU": {
"precision": 0.9085072231139647,
"recall": 0.933993399339934,
"f1-score": 0.9210740439381611,
"support": 606.0
},
"accuracy": 0.903096903096903,
"macro avg": {
"precision": 0.9013435586469294,
"recall": 0.8948448009357898,
"f1-score": 0.8977944605201802,
"support": 1001.0
},
"weighted avg": {
"precision": 0.9028535818262946,
"recall": 0.903096903096903,
"f1-score": 0.902701545536358,
"support": 1001.0
}
},
"confusion_matrix": [
[
338,
57
],
[
40,
566
]
]
}