File size: 760 Bytes
5e6d99b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | {
"model_name": "Span-Based DeBERTa",
"dataset": "nemotron-pii-ready-augmented",
"seeds": [
42,
123,
456,
789,
999
],
"max_samples_per_seed": 1000,
"avg_precision": 0.858,
"avg_recall": 0.9576,
"avg_f1": 0.8895,
"per_seed": {
"42": {
"precision": 0.8561,
"recall": 0.9638,
"f1": 0.8916
},
"123": {
"precision": 0.8551,
"recall": 0.9517,
"f1": 0.8844
},
"456": {
"precision": 0.8521,
"recall": 0.9478,
"f1": 0.8819
},
"789": {
"precision": 0.8688,
"recall": 0.971,
"f1": 0.9014
},
"999": {
"precision": 0.858,
"recall": 0.9535,
"f1": 0.8881
}
},
"timestamp": "2026-04-07T09:36:10.540722"
} |