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