runtime error

Exit code: 1. Reason: call last): File "/app/app.py", line 6, in <module> dataset = datasets.load_dataset('beans') # This should be the same as the first line of Python code in this Colab notebook File "/usr/local/lib/python3.13/site-packages/datasets/load.py", line 1696, in load_dataset builder_instance = load_dataset_builder( path=path, ...<10 lines>... **config_kwargs, ) File "/usr/local/lib/python3.13/site-packages/datasets/load.py", line 1323, in load_dataset_builder dataset_module = dataset_module_factory( path, ...<5 lines>... cache_dir=cache_dir, ) File "/usr/local/lib/python3.13/site-packages/datasets/load.py", line 1215, in dataset_module_factory raise e1 from None File "/usr/local/lib/python3.13/site-packages/datasets/load.py", line 1190, in dataset_module_factory ).get_module() ~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/datasets/load.py", line 608, in get_module standalone_yaml_path = cached_path( hf_dataset_url(self.name, config.REPOYAML_FILENAME, revision=self.commit_hash), download_config=download_config, ) File "/usr/local/lib/python3.13/site-packages/datasets/utils/file_utils.py", line 180, in cached_path ).resolve_path(url_or_filename) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/hf_file_system.py", line 305, in resolve_path parsed = parse_hf_uri(f"{constants.HF_PROTOCOL}{path}") File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_hf_uris.py", line 240, in parse_hf_uri return _parse_repo_body(location, type_, raw=raw) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_hf_uris.py", line 417, in _parse_repo_body raise HfUriError(uri=raw, msg=f"Repository id must be 'namespace/name', got '{repo_id}'.") huggingface_hub.errors.HfUriError: Invalid HF URI 'hf://datasets/beans@27aa014ce09b193e1a6f58112d4a66e0eddb69c5/.huggingface.yaml'. Repository id must be 'namespace/name', got 'beans'.

Container logs:

Fetching error logs...