mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-28 08:17:18 +00:00
Update finetune_lora.yaml
This commit is contained in:
parent
b6c427de1e
commit
cf35a2e351
@ -7,7 +7,7 @@ save_name: # CHANGE
|
|||||||
# dataset
|
# dataset
|
||||||
streaming: false
|
streaming: false
|
||||||
num_proc: 64
|
num_proc: 64
|
||||||
dataset_path: "nomic-ai/turbo-500k-multi"
|
dataset_path: # CHANGE
|
||||||
max_length: 1024
|
max_length: 1024
|
||||||
batch_size: 4
|
batch_size: 4
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ weight_decay: 0.0
|
|||||||
eval_every: 2000
|
eval_every: 2000
|
||||||
eval_steps: 100
|
eval_steps: 100
|
||||||
save_every: 2000
|
save_every: 2000
|
||||||
output_dir: "ckpts/gpt4all-lora-multi"
|
output_dir: # CHANGE
|
||||||
checkpoint: null
|
checkpoint: null
|
||||||
lora: true
|
lora: true
|
||||||
warmup_steps: 100
|
warmup_steps: 100
|
||||||
|
Loading…
Reference in New Issue
Block a user