Files
llmiotsafe/data_dpo_full_log_v1/pref_v1_manifest.json
2026-05-12 17:01:39 +08:00

32 lines
674 B
JSON

{
"runs": [
{
"split": "train",
"pair_count": 2500,
"prompt_style": "full_log",
"prompt_mode": "baseline",
"stats": {
"pairs_total": 2500,
"variant_TP": 1340,
"chosen_rule": 2500,
"rejected_constructed": 2500,
"variant_FP": 980,
"variant_TN": 180
}
},
{
"split": "dev",
"pair_count": 300,
"prompt_style": "full_log",
"prompt_mode": "baseline",
"stats": {
"pairs_total": 300,
"variant_TP": 160,
"chosen_rule": 300,
"rejected_constructed": 300,
"variant_FP": 120,
"variant_TN": 20
}
}
]
}