en-banking-roberta / thresholds.json
canpolatbulbul's picture
Upload folder using huggingface_hub
cc6bf8a verified
{
"default_threshold": 0.5,
"best_global_threshold": 0.7,
"per_label_thresholds": {
"hidden_fees": {
"threshold": 0.7,
"val_f1": 0.8815
},
"unilateral_rate_change": {
"threshold": 0.75,
"val_f1": 0.7294
},
"unilateral_terms_change": {
"threshold": 0.65,
"val_f1": 0.784
},
"overdraft_or_overlimit_penalty": {
"threshold": 0.8,
"val_f1": 0.8395
},
"auto_enrollment": {
"threshold": 0.55,
"val_f1": 0.5672
},
"data_sharing": {
"threshold": 0.5,
"val_f1": 0.8435
},
"dispute_limitation": {
"threshold": 0.55,
"val_f1": 0.8601
},
"account_freeze_or_closure": {
"threshold": 0.7,
"val_f1": 0.7845
},
"rewards_restriction_or_devaluation": {
"threshold": 0.35,
"val_f1": 0.1429
}
}
}