It seems that the leaderboard get crashed(Runtime Error)

#9
by auroraBite - opened

When visiting the website https://huggingface.co/spaces/adyen/DABstep, we got runtime error:

Exit code: 1. Reason: ize) for mapped_item in function(batch)]
File "/usr/local/lib/python3.10/site-packages/datasets/utils/py_utils.py", line 390, in
return [mapped_item for batch in iter_batched(data_struct, batch_size) for mapped_item in function(batch)]
File "/usr/local/lib/python3.10/site-packages/datasets/download/download_manager.py", line 206, in _download_batched
return thread_map(
File "/usr/local/lib/python3.10/site-packages/tqdm/contrib/concurrent.py", line 69, in thread_map
return _executor_map(ThreadPoolExecutor, fn, *iterables, **tqdm_kwargs)
File "/usr/local/lib/python3.10/site-packages/tqdm/contrib/concurrent.py", line 51, in _executor_map
return list(tqdm_class(ex.map(fn, *iterables, chunksize=chunksize), **kwargs))
File "/usr/local/lib/python3.10/site-packages/tqdm/std.py", line 1181, in iter
for obj in iterable:
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator
yield _result_or_cancel(fs.pop())
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel
return fut.result(timeout)
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 458, in result
return self.__get_result()
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.10/site-packages/datasets/download/download_manager.py", line 229, in _download_single
out = cached_path(url_or_filename, download_config=download_config)
File "/usr/local/lib/python3.10/site-packages/datasets/utils/file_utils.py", line 211, in cached_path
raise FileNotFoundError(str(e)) from e
FileNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Container logs:

Failed to retrieve error logs: SSE is not enabled

Sign up or log in to comment