bleep-0.09b / operating_points.json
NagaYu's picture
Add files using upload-large-folder tool
d834b66 verified
Raw
History Blame Contribute Delete
2.84 kB
{
"balanced": {
"name": "balanced",
"target_fa_per_hour": 20.0,
"max_redaction_overhead": 0.12,
"threshold": 0.836,
"pre_margin_s": 0.2,
"post_margin_s": 0.15,
"close_gap_s": 0.3,
"min_duration_s": 0.12,
"measured": {
"threshold": 0.836,
"recall": 0.17626,
"n_reference": 278,
"n_detected": 49,
"n_hypotheses": 85,
"fa_per_hour": 18.174,
"n_false_alarms": 17,
"frame_fpr": 0.01287,
"redaction_overhead": 0.02293,
"per_category_recall": {
"DIGIT_SEQUENCE": 0.0,
"GROUPED_DIGITS": 0.65116,
"SPELLED_OUT": 0.41304,
"DATETIME": 0.05263,
"ADDRESS": 0.0,
"PERSON_NAME": 0.0,
"IDENTIFIER": 0.0,
"MONEY": 0.0
},
"budget_met": true,
"n_utterances": 250,
"total_audio_hours": 0.9354,
"min_overlap": 0.5,
"fa_budget": 20.0,
"overhead_budget": 0.12
}
},
"high": {
"name": "high",
"target_fa_per_hour": 60.0,
"max_redaction_overhead": 0.3,
"threshold": 0.704,
"pre_margin_s": 0.25,
"post_margin_s": 0.2,
"close_gap_s": 0.4,
"min_duration_s": 0.1,
"measured": {
"threshold": 0.704,
"recall": 0.21223,
"n_reference": 278,
"n_detected": 59,
"n_hypotheses": 139,
"fa_per_hour": 53.452,
"n_false_alarms": 50,
"frame_fpr": 0.02775,
"redaction_overhead": 0.05558,
"per_category_recall": {
"DIGIT_SEQUENCE": 0.07692,
"GROUPED_DIGITS": 0.67442,
"SPELLED_OUT": 0.45652,
"DATETIME": 0.10526,
"ADDRESS": 0.08,
"PERSON_NAME": 0.0,
"IDENTIFIER": 0.02564,
"MONEY": 0.0
},
"budget_met": true,
"n_utterances": 250,
"total_audio_hours": 0.9354,
"min_overlap": 0.5,
"fa_budget": 60.0,
"overhead_budget": 0.3
}
},
"precise": {
"name": "precise",
"target_fa_per_hour": 5.0,
"max_redaction_overhead": 0.05,
"threshold": 0.932,
"pre_margin_s": 0.12,
"post_margin_s": 0.1,
"close_gap_s": 0.2,
"min_duration_s": 0.16,
"measured": {
"threshold": 0.932,
"recall": 0.07914,
"n_reference": 278,
"n_detected": 22,
"n_hypotheses": 90,
"fa_per_hour": 3.207,
"n_false_alarms": 3,
"frame_fpr": 0.00071,
"redaction_overhead": 0.00186,
"per_category_recall": {
"DIGIT_SEQUENCE": 0.0,
"GROUPED_DIGITS": 0.18605,
"SPELLED_OUT": 0.30435,
"DATETIME": 0.0,
"ADDRESS": 0.0,
"PERSON_NAME": 0.0,
"IDENTIFIER": 0.0,
"MONEY": 0.0
},
"budget_met": true,
"n_utterances": 250,
"total_audio_hours": 0.9354,
"min_overlap": 0.5,
"fa_budget": 5.0,
"overhead_budget": 0.05
}
}
}