Skip to content

Add HF Dataset to PIE Dataset class conversion to methods of Dataset #189

Open
@ChristophAlt

Description

@ChristophAlt

For instance dataset.train_test_split(...) returns a HF Dataset, which then breaks serialization, deserialization logic.
Not sure if there's a better solution but the quick fix would be to wrap the methods (train_test_split, filter, select, sort, etc.) with Dataset.from_hf_dataset(...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions