MemmapReaderBaseConfig¶
Abstract
This class cannot be instantiated directly. Use one of the variants listed below.
Module: fast_llm.data.dataset.memmap.config
No user-configurable fields.
Variants¶
Select a variant by setting type: to one of the following values.
type value |
Class | Description |
|---|---|---|
language_model |
LanguageModelReaderConfig | |
none |
NullReaderConfig | Configuration for a dynamically disabled reader |
patch |
PatchReaderConfig | |
range |
RangeReaderConfig | |
token |
TokenReaderConfig | |
token_data |
TokenDataReaderConfig |