mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-19 03:18:06 +08:00
nits
This commit is contained in:
@@ -19,7 +19,7 @@ class DPODataset:
|
||||
prompt_key: str = "prompt",
|
||||
chosen_key: str = "chosen",
|
||||
rejected_key: str = "rejected",
|
||||
system_key: str = None
|
||||
system_key: str = "system",
|
||||
):
|
||||
|
||||
self._chosen_data = []
|
||||
|
Reference in New Issue
Block a user