update openllama and clean up paths

This commit is contained in:
Wing Lian
2023-06-11 11:03:31 -04:00
parent a6ebf57e82
commit d0d7eaa4f3
6 changed files with 28 additions and 18 deletions

View File

@@ -0,0 +1,16 @@
# openllama-3b
Basic full tune
```shell
accelerate launch scripts/finetune.py examples/qlora-openllama-3b/config.yml
```
LoRA
```shell
accelerate launch scripts/finetune.py examples/qlora-openllama-3b/lora.yml
```
QLoRA
```shell
accelerate launch scripts/finetune.py examples/qlora-openllama-3b/qlora.yml
```