Lab 1 - Generative AI Use Case: Dataset won't download

Week 1 Lab 1
Lab_1_summarize_dialogue.ipynb

This cell won’t work and fails due to timing out.
I have rerun all the prior (4) cells and done so again after restarting the kernel.

huggingface_dataset_name = “knkarthick/dialogsum”
dataset = load_dataset(huggingface_dataset_name)

No data is downloaded so the lab is stuck at the preparation step.
The error message is quite long. Here is the start of it.

TimeoutError Traceback (most recent call last)
File /opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py:467, in HTTPConnectionPool._make_request(self, conn, method, url, body, headers, retries, timeout, chunked, response_conn, preload_content, decode_content, enforce_content_length)
466 try:
→ 467 self._validate_conn(conn)
468 except (SocketTimeout, BaseSSLError) as e:

File /opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py:1099, in HTTPSConnectionPool._validate_conn(self, conn)
1098 if conn.is_closed:
→ 1099 conn.connect()
1101 # TODO revise this, see Emit a warning when proxy_is_verified is False · Issue #2791 · urllib3/urllib3 · GitHub

Hello @jaek,

it is a general issue and is being looked into: