Update finetune.py

上一个commit在配置文件添加了freezeV选项,但在finetune.py中没有支持。1c2676415c (diff-a70f5de59d3f0aced07176ede208e2d2f420d7eafd2d9cf2478f93636160e538)
暂时添加一句占位吧,虽然这个选项对纯文本微调没啥用
This commit is contained in:
huolongguo1O 2024-09-17 09:50:19 +08:00 committed by GitHub
parent 81af3cfc5a
commit f6ee34eb6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ class FinetuningConfig(object):
max_input_length: int
max_output_length: int
combine: bool
freezeV: bool
training_args: Seq2SeqTrainingArguments = dc.field(
default_factory=lambda: Seq2SeqTrainingArguments(output_dir='./output')