nemo_rl.data.hf_datasets.deepscaler
#
Module Contents#
Classes#
Functions#
Load and split the DeepScaler dataset into train and test sets. |
API#
- nemo_rl.data.hf_datasets.deepscaler.format_math(
- data: dict[str, str | float | int],
- nemo_rl.data.hf_datasets.deepscaler.prepare_deepscaler_dataset(
- seed: int = 42,
Load and split the DeepScaler dataset into train and test sets.
- class nemo_rl.data.hf_datasets.deepscaler.DeepScalerDataset(seed: int = 42)#
Initialization
Initialize the DeepScaler dataset with train/test split.
- Parameters:
seed – Random seed for reproducible splitting