Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 41a7d9b

Browse files
committed
fix the issue that the dest_path doesn't exist
1 parent 2f2e260 commit 41a7d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils_nlp/dataset/cnndm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def CNNDMSummarizationDatasetOrg(
245245
):
246246
extract_zip(
247247
file_path=os.path.join(local_path, FILE_NAME),
248-
dest_path=os.path.join(local_path, output_dir),
248+
dest_path=output_dir,
249249
)
250250

251251
train_source_file = os.path.join(org_data_dir, "training.article")

0 commit comments

Comments
 (0)