aec-classifier-en / eval_mixed.json
yuta0625's picture
Add v1_en (tag: v1)
8fda915 verified
Raw
History Blame Contribute Delete
638 Bytes
{
"test_only": {
"doc_max": {
"precision": 0.7549,
"recall": 0.9558,
"f1": 0.8435,
"tp": 1167,
"fp": 379,
"fn": 54,
"tn": 7583,
"n": 9183
},
"n_docs": 9183
},
"mixed": {
"doc_max": {
"precision": 0.7051,
"recall": 0.9558,
"f1": 0.8115,
"tp": 1167,
"fp": 488,
"fn": 54,
"tn": 11287,
"n": 12996
},
"n_docs": 12996
},
"stats": {
"test_split": {
"positive": 1221,
"hard_negative": 7962
},
"added_soft_neg": 3813,
"total": 12996,
"source": "data/eval/lang=en/holdout.parquet"
}
}