Update README.md
Browse files
README.md
CHANGED
@@ -21,9 +21,9 @@ Done as a bit of an expirment to learn more about training, and some of the hugg
|
|
21 |
|
22 |
```
|
23 |
Training Alpaca-LoRA model with params:
|
24 |
-
base_model: /
|
25 |
data_path: victor123/evol_instruct_70k
|
26 |
-
output_dir: /
|
27 |
batch_size: 128
|
28 |
micro_batch_size: 4
|
29 |
num_epochs: 3
|
|
|
21 |
|
22 |
```
|
23 |
Training Alpaca-LoRA model with params:
|
24 |
+
base_model: /models/my_llama_hf/llama_hf_13B
|
25 |
data_path: victor123/evol_instruct_70k
|
26 |
+
output_dir: /models/loras-trained/wizardLM-llama-lora-13b
|
27 |
batch_size: 128
|
28 |
micro_batch_size: 4
|
29 |
num_epochs: 3
|