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
rushsa
September 26, 2024, 9:15am
2
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:
Hi Team,
I am facing the below issue, tried it multiple times since yesterday:
ReadTimeout: (ReadTimeoutError(“HTTPSConnectionPool(host=‘cdn-lfs.hf.co ’, port=443): Read timed out. (read timeout=10)”), ‘(Request ID: b5ad8989-819e-40e1-9f4c-3ba3b11614f7)’)
when running the code:
[image]
Can someone please guide or solve the issue? Thank you!