Update knessetCorpus.py
Browse files- knessetCorpus.py +2 -3
knessetCorpus.py
CHANGED
@@ -339,10 +339,9 @@ class KnessetCorpus(datasets.GeneratorBasedBuilder):
|
|
339 |
datasets.SplitGenerator(
|
340 |
name=datasets.Split.TRAIN,
|
341 |
gen_kwargs={
|
342 |
-
"data_files": downloaded_files
|
343 |
},
|
344 |
-
)
|
345 |
-
for url in urls
|
346 |
]
|
347 |
|
348 |
def _generate_examples(self, data_files):
|
|
|
339 |
datasets.SplitGenerator(
|
340 |
name=datasets.Split.TRAIN,
|
341 |
gen_kwargs={
|
342 |
+
"data_files": downloaded_files
|
343 |
},
|
344 |
+
),
|
|
|
345 |
]
|
346 |
|
347 |
def _generate_examples(self, data_files):
|