reafactor: 重构项目

This commit is contained in:
2026-03-30 20:58:51 +08:00
parent f67bad0d8b
commit 35963bcb08
29 changed files with 1395 additions and 1234 deletions
@@ -4,7 +4,7 @@ from pipeline import export_dataset
def process_func(input_dict: dict):
return {
"prompt": input_dict["prompt"],
"query": input_dict["prompt"],
"chosen": input_dict["chosen"],
"rejected": input_dict["rejected"],
}