We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6b78b commit 662f318Copy full SHA for 662f318
fast_llm/data/preparator/gpt_memmap/config.py
@@ -30,7 +30,7 @@ class SourceSchemaConfig(Config):
30
31
@config_class()
32
class TextColumnConfig(SourceSchemaConfig):
33
- type: typing.ClassVar[str] = "text_column"
+ type: typing.ClassVar[str] = "text_column" #TODO: Register TestColumnConfig for this type for dynamic loading PR #245
34
input_column: str = Field(
35
default="text",
36
desc="Field of the dataset to use.",
0 commit comments