Skip to content

add dictionary interface to DatasetDict #31

@CarloLucibello

Description

@CarloLucibello

Add the methods, keys, values, pairs.

This is how to get the splits as of now:

dd = HFD.load_dataset("MNIST")
splits = [k for k in dd.keys()]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions