runtime error
/usr/local/lib/python3.10/site-packages/datasets/load.py:2516: FutureWarning: 'use_auth_token' was deprecated in favor of 'token' in version 2.14.0 and will be removed in 3.0.0. You can remove this warning by passing 'token=<use_auth_token>' instead. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 82, in <module> word_list_dataset = load_dataset("google/word-list-sd", data_files="list.txt", use_auth_token=True) File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 2556, in load_dataset builder_instance = load_dataset_builder( File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 2228, in load_dataset_builder dataset_module = dataset_module_factory( File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1873, in dataset_module_factory raise e1 from None File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1819, in dataset_module_factory raise DatasetNotFoundError( datasets.exceptions.DatasetNotFoundError: Dataset 'google/word-list-sd' doesn't exist on the Hub or cannot be accessed. If the dataset is private or gated, make sure to log in with `huggingface-cli login` or visit the dataset page at https://huggingface.co/datasets/google/word-list-sd to ask for access.
Container logs:
Fetching error logs...