ordeq_huggingface
HuggingfaceDataset
dataclass
¶
Bases: Input[Dataset | DatasetDict | IterableDatasetDict | IterableDataset]
Load a dataset from the Huggingface datasets library.
Example usage:
1 2 3 4 | |
HuggingfaceDiskDataset
dataclass
¶
Bases: IO[Dataset | DatasetDict]
Load and save a dataset from/to disk using the Huggingface datasets library.
Example usage:
1 2 3 | |