The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: ConnectionError
Message: Server Disconnected
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 779, in _error_catcher
yield
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 904, in _raw_read
data = self._fp_read(amt, read1=read1) if not fp_closed else b""
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 887, in _fp_read
return self._fp.read(amt) if amt is not None else self._fp.read()
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/http/client.py", line 479, in read
s = self.fp.read(amt)
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/socket.py", line 720, in readinto
return self._sock.recv_into(b)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/ssl.py", line 1251, in recv_into
return self.read(nbytes, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/ssl.py", line 1103, in read
return self._sslobj.read(len, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError: The read operation timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 820, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 1091, in stream
data = self.read(amt=amt, decode_content=decode_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 980, in read
data = self._raw_read(amt)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 903, in _raw_read
with self._error_catcher():
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 784, in _error_catcher
raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
out = read(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 728, in track_read
out = f_read(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1015, in read
return super().read(length)
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 1846, in read
out = self.cache._fetch(self.loc, self.loc + length)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/caching.py", line 189, in _fetch
self.cache = self.fetcher(start, end) # new block replaces old
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 969, in _fetch_range
r = http_backoff(
^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 329, in http_backoff
raise err
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 310, in http_backoff
response = session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 724, in send
history = [resp for resp in gen]
^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 265, in resolve_redirects
resp = self.send(
^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 746, in send
r.content
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 902, in content
self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 826, in generate
raise ConnectionError(e)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 609, in wrapped
for item in generator(*args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/text/text.py", line 81, in _generate_tables
batch = f.read(self.config.chunksize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 869, in read_with_retries
raise ConnectionError("Server Disconnected") from disconnect_err
ConnectionError: Server Disconnected
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1342, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1919, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text
string |
|---|
1 2023-11-13 14:18:09.856232
|
2 2023-11-13 14:18:09.888146
|
3 2023-11-13 14:18:09.920060
|
4 2023-11-13 14:18:09.952973
|
5 2023-11-13 14:18:09.984445
|
6 2023-11-13 14:18:10.016377
|
7 2023-11-13 14:18:10.048342
|
8 2023-11-13 14:18:10.081222
|
9 2023-11-13 14:18:10.112139
|
10 2023-11-13 14:18:10.144086
|
11 2023-11-13 14:18:10.176967
|
12 2023-11-13 14:18:10.208880
|
13 2023-11-13 14:18:10.256752
|
14 2023-11-13 14:18:10.288707
|
15 2023-11-13 14:18:10.320613
|
16 2023-11-13 14:18:10.352538
|
17 2023-11-13 14:18:10.384420
|
18 2023-11-13 14:18:10.416326
|
19 2023-11-13 14:18:10.448269
|
20 2023-11-13 14:18:10.480184
|
21 2023-11-13 14:18:10.513080
|
22 2023-11-13 14:18:10.544982
|
23 2023-11-13 14:18:10.576897
|
24 2023-11-13 14:18:10.624800
|
25 2023-11-13 14:18:10.656683
|
26 2023-11-13 14:18:10.688598
|
27 2023-11-13 14:18:10.720513
|
28 2023-11-13 14:18:10.752481
|
29 2023-11-13 14:18:10.784373
|
30 2023-11-13 14:18:10.816301
|
31 2023-11-13 14:18:10.848172
|
32 2023-11-13 14:18:10.880087
|
33 2023-11-13 14:18:10.912000
|
34 2023-11-13 14:18:10.944912
|
35 2023-11-13 14:18:10.976882
|
36 2023-11-13 14:18:11.024732
|
37 2023-11-13 14:18:11.056666
|
38 2023-11-13 14:18:11.088565
|
39 2023-11-13 14:18:11.120353
|
40 2023-11-13 14:18:11.152321
|
41 2023-11-13 14:18:11.184236
|
42 2023-11-13 14:18:11.216151
|
43 2023-11-13 14:18:11.248065
|
44 2023-11-13 14:18:11.280978
|
45 2023-11-13 14:18:11.312892
|
46 2023-11-13 14:18:11.344807
|
47 2023-11-13 14:18:11.376762
|
48 2023-11-13 14:18:11.424650
|
49 2023-11-13 14:18:11.456549
|
50 2023-11-13 14:18:11.488463
|
51 2023-11-13 14:18:11.520384
|
52 2023-11-13 14:18:11.552327
|
53 2023-11-13 14:18:11.584330
|
54 2023-11-13 14:18:11.616204
|
55 2023-11-13 14:18:11.648119
|
56 2023-11-13 14:18:11.680075
|
57 2023-11-13 14:18:11.713005
|
58 2023-11-13 14:18:11.744877
|
59 2023-11-13 14:18:11.776792
|
60 2023-11-13 14:18:11.824655
|
61 2023-11-13 14:18:11.856562
|
62 2023-11-13 14:18:11.888213
|
63 2023-11-13 14:18:11.921115
|
64 2023-11-13 14:18:11.953029
|
65 2023-11-13 14:18:11.984946
|
66 2023-11-13 14:18:12.016893
|
67 2023-11-13 14:18:12.048836
|
68 2023-11-13 14:18:12.080722
|
69 2023-11-13 14:18:12.112637
|
70 2023-11-13 14:18:12.144552
|
71 2023-11-13 14:18:12.176507
|
72 2023-11-13 14:18:12.224400
|
73 2023-11-13 14:18:12.256321
|
74 2023-11-13 14:18:12.288174
|
75 2023-11-13 14:18:12.321120
|
76 2023-11-13 14:18:12.352997
|
77 2023-11-13 14:18:12.384910
|
78 2023-11-13 14:18:12.416861
|
79 2023-11-13 14:18:12.448738
|
80 2023-11-13 14:18:12.480653
|
81 2023-11-13 14:18:12.512602
|
82 2023-11-13 14:18:12.544610
|
83 2023-11-13 14:18:12.576516
|
84 2023-11-13 14:18:12.624352
|
85 2023-11-13 14:18:12.656266
|
86 2023-11-13 14:18:12.688366
|
87 2023-11-13 14:18:12.720219
|
88 2023-11-13 14:18:12.753132
|
89 2023-11-13 14:18:12.784051
|
90 2023-11-13 14:18:12.816964
|
91 2023-11-13 14:18:12.848910
|
92 2023-11-13 14:18:12.880790
|
93 2023-11-13 14:18:12.912741
|
94 2023-11-13 14:18:12.944619
|
95 2023-11-13 14:18:12.976534
|
96 2023-11-13 14:18:13.024454
|
97 2023-11-13 14:18:13.056324
|
98 2023-11-13 14:18:13.088237
|
99 2023-11-13 14:18:13.120170
|
End of preview.