OpenMed-PPSN-v5 / eval_manual_irish_v5_raw.json
temsa's picture
Publish OpenMed-PPSN-v5 for QA testing
dfd658f verified
raw
history blame contribute delete
506 Bytes
{
"model": "models/openmed-ppsns-lora-v5",
"input": "eval/irish_ppsn_regression_v5.jsonl",
"examples": 7,
"label_filter": "PPSN",
"min_score": 0.2,
"iou_threshold": 0.5,
"overall": {
"precision": 0.7777777777777778,
"recall": 0.875,
"f1": 0.823529411764706,
"tp": 7,
"fp": 2,
"fn": 1
},
"by_label": {
"PPSN": {
"precision": 0.7777777777777778,
"recall": 0.875,
"f1": 0.823529411764706,
"tp": 7,
"fp": 2,
"fn": 1
}
}
}