llmcompressor.transformers.finetune.data.custom
CustomDataset
Bases: TextGenerationDataset
Child text generation class for custom local dataset supporting load for csv and json
Parameters:
Name | Type | Description | Default |
---|---|---|---|
dataset_args | DatasetArguments | configuration settings for dataset loading | required |
split | str | split from dataset to load, for instance | required |
processor | Processor | processor or tokenizer to use on dataset | required |