DatasetSliceConfig¶
Module: fast_llm.data.dataset.config
Variant of: SampledDatasetConfig — select with type: slice
Inherits from: SamplableDatasetConfig, SampledDatasetConfig, DatasetConfig
Fields¶
begin—core-
Type:
floatDefault:0The beginning of the dataset split, as a fraction of the total samples.
dataset—core-
Type:
IndexedDatasetConfigDefault:NoneThe dataset to split.
end—core-
Type:
floatDefault:1The end of the dataset split, as a fraction of the total samples.