when executing following code, I am getting Timeout error
model_name=“google/flan-t5-base”
huggingface_dataset_name = “knkarthick/dialogsum”
dataset_original = load_dataset(“knkarthick/dialogsum”)
dataset_original
I cleared cache of my browser also changed the browser, still same issue. This is my 2nd day I am having this issue. Can you please help me resolve this.
Hello @shashi.dalmia ,
it is a general issue and 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!