Cannot download the dataset!
#6
by
ParthMandaliya
- opened
When I try to load the dataset via datasets library, I am getting following error:
File ~/miniconda3/envs/env-llm-from-scratch-windows-py310/lib/python3.10/site-packages/fsspec/implementations/http.py:435, in HTTPFileSystem._info(self, url, **kwargs)
432 except Exception as exc:
433 if policy == "get":
434 # If get failed, then raise a FileNotFoundError
--> 435 raise FileNotFoundError(url) from exc
436 logger.debug("", exc_info=exc)
438 return {"name": url, "size": None, **info, "type": "file"}
FileNotFoundError: http://bollin.inf.ed.ac.uk/public/direct/XSUM-EMNLP18-Summary-Data-Original.tar.gz
I tried to download http://bollin.inf.ed.ac.uk/public/direct/XSUM-EMNLP18-Summary-Data-Original.tar.gz manually but I am getting Forbidden error!