Skip to content

ConcatenatedDatasetConfig

Module: fast_llm.data.dataset.config

Variant of: SampledDatasetConfig — select with type: concatenated

Inherits from: SamplableDatasetConfig, SampledDatasetConfig, DatasetConfig

Fields

datasetscore

Type: list[IndexedDatasetConfig]    Default: list()

The datasets to concatenate.

namecore

Type: str    Default: "concatenated"

The name of the dataset.