nemo_rl.data.datasets.response_datasets.geometry3k#
Module Contents#
Classes#
Simple wrapper around the Geometry3K dataset. |
Functions#
Format the Geometry3K dataset into an OpenAI-API-like message log. |
API#
- nemo_rl.data.datasets.response_datasets.geometry3k.format_geometry3k_dataset(
- example: dict[str, Any],
- return_pil: bool = False,
Format the Geometry3K dataset into an OpenAI-API-like message log.
- class nemo_rl.data.datasets.response_datasets.geometry3k.Geometry3KDataset(split: str = 'train', **kwargs)#
Bases:
nemo_rl.data.datasets.raw_dataset.RawDatasetSimple wrapper around the Geometry3K dataset.
- Parameters:
split – Split name for the dataset, default is “train”
Initialization