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 2165842 commit 756516bCopy full SHA for 756516b
src/llmcompressor/transformers/finetune/data/data_args.py
@@ -45,9 +45,8 @@ class CustomDataTrainingArguments(DVCDatasetTrainingArguments):
45
default=None,
46
metadata={
47
"help": (
48
- "The preprocessing function to apply ",
49
- "or the preprocessing func name in "
50
- "src/llmcompressor/transformers/utils/preprocessing_functions.py",
+ "The preprocessing function to apply or the preprocessing func name in "
+ "src/llmcompressor/transformers/utils/preprocessing_functions.py"
51
)
52
},
53
0 commit comments