You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/pycharm-project/download_dataset.py", line 2, in <module>
prenlp.data.WikiText103()
File "/root/miniconda3/envs/py39-2/lib/python3.9/site-packages/prenlp/data/dataset/language_modeling.py", line 126, in __init__
super(WikiText103, self)._download(to_path = self.root)
File "/root/miniconda3/envs/py39-2/lib/python3.9/site-packages/prenlp/data/dataset/base.py", line 29, in _download
unzip_archive(from_path, to_path)
File "/root/miniconda3/envs/py39-2/lib/python3.9/site-packages/prenlp/data/utils.py", line 53, in unzip_archive
with zipfile.ZipFile(from_path, 'r') as zfile:
File "/root/miniconda3/envs/py39-2/lib/python3.9/zipfile.py", line 1266, in __init__
self._RealGetContents()
File "/root/miniconda3/envs/py39-2/lib/python3.9/zipfile.py", line 1333, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: