Skip to content

recent versions of datasets do not work with this dataset any more #3

@AngledLuffa

Description

@AngledLuffa
(base) [john@localhost stanza]$ pip3 list | grep datasets
datasets                 4.8.5

and then...

>>> from datasets import load_dataset
>>> hiner = load_dataset('cfilt/HiNER-original')
README.md: 7.06kB [00:00, 25.3MB/s]
HiNER-original.py: 3.90kB [00:00, 20.0MB/s]
Traceback (most recent call last):
  File "<python-input-3>", line 1, in <module>
    hiner = load_dataset('cfilt/HiNER-original')
  File "/home/john/miniconda3/lib/python3.13/site-packages/datasets/load.py", line 1688, in load_dataset
    builder_instance = load_dataset_builder(
        path=path,
    ...<10 lines>...
        **config_kwargs,
    )
  File "/home/john/miniconda3/lib/python3.13/site-packages/datasets/load.py", line 1315, in load_dataset_builder
    dataset_module = dataset_module_factory(
        path,
    ...<5 lines>...
        cache_dir=cache_dir,
    )
  File "/home/john/miniconda3/lib/python3.13/site-packages/datasets/load.py", line 1207, in dataset_module_factory
    raise e1 from None
  File "/home/john/miniconda3/lib/python3.13/site-packages/datasets/load.py", line 1167, in dataset_module_factory
    raise RuntimeError(f"Dataset scripts are no longer supported, but found {filename}")
RuntimeError: Dataset scripts are no longer supported, but found HiNER-original.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions