BlendedDatasetConfig¶
Module: fast_llm.data.dataset.config
Variant of: SampledDatasetConfig — select with type: blended
Inherits from: SampledDatasetConfig, DatasetConfig
Fields¶
datasets—core-
Type: list[
SampledDatasetConfig] Default:list()The datasets to blend.
name—core-
Type:
strDefault:"blended"The name of the dataset.
weights—core-
Type: list[
float] Default:list()The blending weight of each dataset.