Datasets:
Tasks:
Summarization
Modalities:
Text
Sub-tasks:
news-articles-summarization
Languages:
Hebrew
Size:
100K - 1M
License:
imvladikon
commited on
Commit
•
2b23524
1
Parent(s):
a63fb94
Update hebrew_news.py
Browse files- hebrew_news.py +1 -1
hebrew_news.py
CHANGED
@@ -56,7 +56,7 @@ class HebrewNews(datasets.GeneratorBasedBuilder):
|
|
56 |
"""Returns SplitGenerators."""
|
57 |
urls_to_download = "data/news.tar.gz"
|
58 |
archive_path = dl_manager.download(urls_to_download)
|
59 |
-
archive_iter = dl_manager.iter_archive(
|
60 |
return [
|
61 |
datasets.SplitGenerator(
|
62 |
name=datasets.Split.TRAIN,
|
|
|
56 |
"""Returns SplitGenerators."""
|
57 |
urls_to_download = "data/news.tar.gz"
|
58 |
archive_path = dl_manager.download(urls_to_download)
|
59 |
+
archive_iter = dl_manager.iter_archive(archive_path)
|
60 |
return [
|
61 |
datasets.SplitGenerator(
|
62 |
name=datasets.Split.TRAIN,
|