Update src/axolotl/utils/data.py for spelling
Browse filesCo-authored-by: NanoCode012 <[email protected]>
src/axolotl/utils/data.py
CHANGED
@@ -230,7 +230,7 @@ def load_prepare_datasets(tokenizer: PreTrainedTokenizerBase, cfg, default_datas
|
|
230 |
try:
|
231 |
if cfg.push_dataset_to_hub:
|
232 |
logging.info(
|
233 |
-
f"
|
234 |
)
|
235 |
dataset = load_dataset(f"{cfg.push_dataset_to_hub}/{ds_hash}", use_auth_token=True)
|
236 |
dataset = dataset["train"]
|
|
|
230 |
try:
|
231 |
if cfg.push_dataset_to_hub:
|
232 |
logging.info(
|
233 |
+
f"Checking for packed prepared dataset from hub... {cfg.push_dataset_to_hub}/{ds_hash}"
|
234 |
)
|
235 |
dataset = load_dataset(f"{cfg.push_dataset_to_hub}/{ds_hash}", use_auth_token=True)
|
236 |
dataset = dataset["train"]
|