test: retry

This commit is contained in:
wql 2024-09-26 14:09:27 +08:00
parent 9f90554353
commit a4633cc12f
1 changed files with 3 additions and 3 deletions

View File

@ -213,9 +213,9 @@ def get_dataset(
if has_tokenized_data(data_args.tokenized_path):
logger.warning("Loading dataset from disk will ignore other data arguments.")
dataset_dict: "DatasetDict" = load_from_disk(data_args.tokenized_path)
# print(data_args.tokenized_path)
# print(dataset_dict)
# time.sleep(100)
print(data_args.tokenized_path)
print(dataset_dict)
time.sleep(100)
logger.info("Loaded tokenized dataset from {}.".format(data_args.tokenized_path))