mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-26 18:51:18 +08:00
nits
This commit is contained in:
parent
54fcd8ed63
commit
531c3345c6
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user