Datasets:
Tasks:
Summarization
Modalities:
Text
Sub-tasks:
news-articles-summarization
Languages:
Hebrew
Size:
100K - 1M
License:
imvladikon
commited on
Commit
•
c1c5861
1
Parent(s):
d7212a4
Update hebrew_news.py
Browse files- hebrew_news.py +1 -1
hebrew_news.py
CHANGED
@@ -54,7 +54,7 @@ class HebrewNews(datasets.GeneratorBasedBuilder):
|
|
54 |
|
55 |
def _split_generators(self, dl_manager):
|
56 |
"""Returns SplitGenerators."""
|
57 |
-
urls_to_download = "data/news.tar.gz"
|
58 |
archive_iter = dl_manager.iter_archive(urls_to_download)
|
59 |
return [
|
60 |
datasets.SplitGenerator(
|
|
|
54 |
|
55 |
def _split_generators(self, dl_manager):
|
56 |
"""Returns SplitGenerators."""
|
57 |
+
urls_to_download = "https://huggingface.co/datasets/imvladikon/hebrew_news/blob/main/data/news.tar.gz"
|
58 |
archive_iter = dl_manager.iter_archive(urls_to_download)
|
59 |
return [
|
60 |
datasets.SplitGenerator(
|