plaid.examples.dataset¶
Examples for PLAID Dataset objects.
Attributes¶
Classes¶
Lazy-loaded example datasets for PLAID. |
Functions¶
|
Module Contents¶
- class _LazyDatasets[source]¶
Lazy-loaded example datasets for PLAID.
Access datasets lazily: download and convert only on first access, then cache.
- _load_dataset(ex_name: str, hf_repo: str) plaid.Dataset[source]¶
Generic helper to lazily load a HuggingFace dataset and convert it to PLAID.
- Parameters:
- Returns:
The PLAID dataset.
- Return type:
- Raises:
RuntimeError – If the dataset cannot be downloaded or converted.