File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def load_datasets(
40
40
cli_args : PreprocessCliArgs | TrainerCliArgs ,
41
41
) -> TrainDatasetMeta :
42
42
"""Loads one or more training or evaluation datasets, calling
43
- `axolotl.utils.data.prepare_dataset `. Optionally, logs out debug information.
43
+ `axolotl.utils.data.prepare_datasets `. Optionally, logs out debug information.
44
44
45
45
Args:
46
46
cfg: Dictionary mapping `axolotl` config keys to values.
@@ -96,7 +96,7 @@ def load_preference_datasets(
96
96
cli_args : PreprocessCliArgs | TrainerCliArgs ,
97
97
) -> TrainDatasetMeta :
98
98
"""Loads one or more training or evaluation datasets for RL training using paired
99
- preference data, calling `axolotl.utils.data.rl.prepare_preference_dataset `.
99
+ preference data, calling `axolotl.utils.data.rl.prepare_preference_datasets `.
100
100
Optionally, logs out debug information.
101
101
102
102
Args:
You can’t perform that action at this time.
0 commit comments