winglian Nanobit commited on
Commit
98a6781
1 Parent(s): 607a4d3

Update src/axolotl/utils/data.py for spelling

Browse files

Co-authored-by: NanoCode012 <kevinvong@rocketmail.com>

Files changed (1) hide show
  1. src/axolotl/utils/data.py +1 -1
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"checkking 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"]
 
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"]