Datasets:
Commit
·
1d7219d
1
Parent(s):
d0ddbcf
Update Scifi_TV_Shows.py
Browse files- Scifi_TV_Shows.py +1 -0
Scifi_TV_Shows.py
CHANGED
|
@@ -86,6 +86,7 @@ class ScifiTV(datasets.GeneratorBasedBuilder):
|
|
| 86 |
name=datatype,
|
| 87 |
gen_kwargs={
|
| 88 |
'filepath': downloaded_files[datatype],
|
|
|
|
| 89 |
},
|
| 90 |
)
|
| 91 |
)
|
|
|
|
| 86 |
name=datatype,
|
| 87 |
gen_kwargs={
|
| 88 |
'filepath': downloaded_files[datatype],
|
| 89 |
+
"files": dl_manager.iter_archive(archive),
|
| 90 |
},
|
| 91 |
)
|
| 92 |
)
|