Replies: 1 comment
-
import huggingface_hub
huggingface_hub.dataset_info("rotten_tomatoes", timeout=10) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I wanted to install datasets as below and get an timeout error as indicated below
Code:
from datasets import load_dataset_builder
ds_builder = load_dataset_builder("rotten_tomatoes")
Error:
TypeError: dataset_info() got an unexpTypeError: dataset_info() got an unexpected keyword argument 'timeout'ected keyword argument 'timeout'
what might be the reason?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions