[feature] adding orthogononal finetuning (OFT) to llama factory (#8623)
Co-authored-by: Zeju <zqiu@g003.internal.cluster.is.localnet> Co-authored-by: Zeju <zqiu@login2.is.localnet> Co-authored-by: Yaowei Zheng <hiyouga@buaa.edu.cn>
This commit is contained in:
@@ -290,3 +290,15 @@ llamafactory-cli train examples/extras/llama_pro/llama3_freeze_sft.yaml
|
||||
```bash
|
||||
bash examples/extras/fsdp_qlora/train.sh
|
||||
```
|
||||
|
||||
#### OFT Fine-Tuning
|
||||
|
||||
```bash
|
||||
llamafactory-cli train examples/extras/oft/llama3_oft_sft.yaml
|
||||
```
|
||||
|
||||
#### QOFT Fine-Tuning
|
||||
|
||||
```bash
|
||||
llamafactory-cli train examples/extras/qoft/llama3_oft_sft_bnb_npu.yaml
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user