financial-TokenBased-BERT / classification_report.json
MinhTriet's picture
Upload folder using huggingface_hub
9099def verified
Raw
History Blame Contribute Delete
1.19 kB
{
"ADDRESS": {
"precision": 1.0,
"recall": 0.9355,
"f1-score": 0.9667,
"support": 31
},
"COMPANY": {
"precision": 0.9737,
"recall": 0.925,
"f1-score": 0.9487,
"support": 40
},
"CREDIT_CARD": {
"precision": 1.0,
"recall": 0.963,
"f1-score": 0.9811,
"support": 27
},
"EMAIL": {
"precision": 1.0,
"recall": 0.9565,
"f1-score": 0.9778,
"support": 23
},
"NAME": {
"precision": 1.0,
"recall": 0.9388,
"f1-score": 0.9684,
"support": 49
},
"PHONE": {
"precision": 1.0,
"recall": 0.9643,
"f1-score": 0.9818,
"support": 28
},
"SSN": {
"precision": 1.0,
"recall": 0.9394,
"f1-score": 0.9688,
"support": 33
},
"URL": {
"precision": 1.0,
"recall": 0.9231,
"f1-score": 0.96,
"support": 26
},
"OVERALL_MICRO": {
"precision": 0.9959,
"recall": 0.9416,
"f1-score": 0.968,
"support": 257
},
"OVERALL_MACRO": {
"precision": 0.9967,
"recall": 0.9432,
"f1-score": 0.9692,
"support": 257
},
"OVERALL_WEIGHTED": {
"precision": 0.9959,
"recall": 0.9416,
"f1-score": 0.968,
"support": 257
}
}