Skip to content

Commit

Permalink
retrigger CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSchoelkopf committed Feb 18, 2022
1 parent 9794f1b commit 0656270
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion summertime/dataset/dataset_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class CnndmDataset(SummDataset):
is_query_based = False
is_dialogue_based = False
is_multi_document = False


huggingface_dataset = True
huggingface_page = "https://huggingface.co/datasets/cnn_dailymail"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def _split_generators(self, dl_manager):

# get a modifiable cached file by attempting a download
data_dir = dl_manager.download(url)

# save the extracted data to the data_dir
with open(data_dir, "w", encoding="utf-8") as f:
for line in data:
Expand Down
2 changes: 1 addition & 1 deletion summertime/dataset/st_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class SummDataset:
* Multi-document/Dialogue summarization
* Query-based summarization
"""

is_multilingual = False

def __init__(
Expand Down

0 comments on commit 0656270

Please sign in to comment.