financial-SpanBased-CustomDeBERTa / classification_report.json
MinhTriet's picture
Upload folder using huggingface_hub
cbc8f73 verified
Raw
History Blame Contribute Delete
1.17 kB
{
"ADDRESS": {
"precision": 1.0,
"recall": 0.8387,
"f1-score": 0.9123,
"support": 31
},
"COMPANY": {
"precision": 1.0,
"recall": 0.9,
"f1-score": 0.9474,
"support": 40
},
"CREDIT_CARD": {
"precision": 1.0,
"recall": 0.963,
"f1-score": 0.9811,
"support": 27
},
"EMAIL": {
"precision": 1.0,
"recall": 0.913,
"f1-score": 0.9545,
"support": 23
},
"NAME": {
"precision": 1.0,
"recall": 0.9388,
"f1-score": 0.9684,
"support": 49
},
"PHONE": {
"precision": 1.0,
"recall": 0.9286,
"f1-score": 0.963,
"support": 28
},
"SSN": {
"precision": 1.0,
"recall": 0.9091,
"f1-score": 0.9524,
"support": 33
},
"URL": {
"precision": 1.0,
"recall": 0.9231,
"f1-score": 0.96,
"support": 26
},
"OVERALL_MICRO": {
"precision": 1.0,
"recall": 0.9144,
"f1-score": 0.9553,
"support": 257
},
"OVERALL_MACRO": {
"precision": 1.0,
"recall": 0.9143,
"f1-score": 0.9549,
"support": 257
},
"OVERALL_WEIGHTED": {
"precision": 1.0,
"recall": 0.9144,
"f1-score": 0.955,
"support": 257
}
}