README.md 294 Bytes
Newer Older
chenzk's avatar
v1.0  
chenzk committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# openllama-3b

Basic full tune
```shell
accelerate launch scripts/finetune.py examples/openllama-3b/config.yml
```

LoRA
```shell
accelerate launch scripts/finetune.py examples/openllama-3b/lora.yml
```

QLoRA
```shell
accelerate launch scripts/finetune.py examples/openllama-3b/qlora.yml
```