LMFlow icon indicating copy to clipboard operation
LMFlow copied to clipboard

add finetuner_no_trainer

Open Dominic789654 opened this issue 2 years ago • 0 comments

Add the finetuner without trainer api, mainly src/lmflow/pipeline/finetuner_no_trainer.py and corresponding scripts/run_finetune_no_trainer.sh.
For the switch between finetuner and finetuner_no_trainer, you need to change examples/finetune.py line 36. I think there should be a better way to do the switch.

Currently, it can run with the run_finetune_no_trainer.sh successfully.

Dominic789654 avatar Apr 09 '23 02:04 Dominic789654