add freeze options

This commit is contained in:
pengzhendong
2025-12-29 16:58:18 +08:00
parent 0882fd55e7
commit 023d22efd8
3 changed files with 11 additions and 0 deletions

View File

@ -49,6 +49,10 @@ python tools/scp2jsonl.py \
## Finetune
Modify the `audio_encoder_conf.freeze`, `audio_adaptor_conf.freeze`, and `llm_conf.freeze` in `finetune.sh`.
Set the `freeze` parameter of the modules to be fine-tuned to false(by default, only the LLM is fine-tuned).
```
bash finetune.sh
```