Timeout error while loading the data sets for Lab3 of week 3

when I am accessing the LAB3 from Week 3 while download the data cell, I am getting the TimeoutError.
When loading the hugging face data in week 1, there was an error. ReadTimeout: (ReadTimeoutError(“HTTPSConnectionPool(host=‘ http://cdn-lfs.hf.co cdn-lfs.hf.co ’, port=443): Read timed out.

Please help me in resolving and progress in my course.

Thanks
Rama Kishore

I am facing similar issue for week 2, Week 2 : Lab Assignment : Issue in loading HuggingFace

The team is looking into it and will come back on the issue.

Same issue here, Trying to load the huggingface_dataset_name = “knkarthick/dialogsum” which is throwing timeout error. Stuck on lab2.

Same issue when running the code:

model_name=“google/flan-t5-base”
huggingface_dataset_name = “knkarthick/dialogsum”
dataset_original = load_dataset(huggingface_dataset_name)
dataset_original

It gives error:
ReadTimeout: (ReadTimeoutError(“HTTPSConnectionPool(host=‘cdn-lfs.hf.co’, port=443): Read timed out. (read timeout=10)”), ‘(Request ID: 2fd1fc2d-2390-4a74-bcdf-7e01a6a76e7b)’)

Hello everyone,

the issue is being looked into: