diff --git a/src/axolotl/utils/data/shared.py b/src/axolotl/utils/data/shared.py index e657262b9..d2e119f77 100644 --- a/src/axolotl/utils/data/shared.py +++ b/src/axolotl/utils/data/shared.py @@ -281,6 +281,10 @@ def load_dataset_w_config( **load_ds_kwargs, ) if not ds: - raise ValueError("unhandled dataset load") + raise ValueError( + "The dataset could not be loaded. This could be due to a misconfigured dataset path " + f"({config_dataset.path}). Try double-check your path / name / data_files. " + "This is not caused by the dataset type." + ) return ds