fix: reverse last commit
This commit is contained in:
parent
9905787eeb
commit
9f90554353
|
@ -213,9 +213,9 @@ def get_dataset(
|
||||||
if has_tokenized_data(data_args.tokenized_path):
|
if has_tokenized_data(data_args.tokenized_path):
|
||||||
logger.warning("Loading dataset from disk will ignore other data arguments.")
|
logger.warning("Loading dataset from disk will ignore other data arguments.")
|
||||||
dataset_dict: "DatasetDict" = load_from_disk(data_args.tokenized_path)
|
dataset_dict: "DatasetDict" = load_from_disk(data_args.tokenized_path)
|
||||||
print(data_args.tokenized_path)
|
# print(data_args.tokenized_path)
|
||||||
print(dataset_dict)
|
# print(dataset_dict)
|
||||||
time.sleep(100)
|
# time.sleep(100)
|
||||||
|
|
||||||
logger.info("Loaded tokenized dataset from {}.".format(data_args.tokenized_path))
|
logger.info("Loaded tokenized dataset from {}.".format(data_args.tokenized_path))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue