Skip to content

Impossible to only download a test split #6529

@ysig

Description

@ysig

I've spent a significant amount of time trying to locate the split object inside my _split_generators() custom function.
Then after diving in the code I realized that download_and_prepare is executed before! split is passed to the dataset builder in as_dataset.

If I'm not missing something, this seems like bad design, for the following use case:

Imagine there is a huge dataset that has an evaluation test set and you want to just download and run just to compare your method.

Is there a current workaround that can help me achieve the same result?

Thank you,

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