Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Extra arguments for hf dataset loading #32

@anmoisio

Description

@anmoisio

Hi,

I would need to pass extra keyword arguments for the load_dataset function of the datasets library, like this:

from datasets import load_dataset
load_dataset("europarl_bilingual", lang1="en", lang2="fi")

But it seems this is not supported by the API. Is there a way to load this dataset using the API?

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