mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Update finetune_lora.yaml
This commit is contained in:
parent
707d8ab559
commit
8325767c50
@ -7,7 +7,7 @@ save_name: # CHANGE
|
||||
# dataset
|
||||
streaming: false
|
||||
num_proc: 64
|
||||
dataset_path: "nomic-ai/turbo-500k-multi"
|
||||
dataset_path: # CHANGE
|
||||
max_length: 1024
|
||||
batch_size: 4
|
||||
|
||||
@ -18,7 +18,7 @@ weight_decay: 0.0
|
||||
eval_every: 2000
|
||||
eval_steps: 100
|
||||
save_every: 2000
|
||||
output_dir: "ckpts/gpt4all-lora-multi"
|
||||
output_dir: # CHANGE
|
||||
checkpoint: null
|
||||
lora: true
|
||||
warmup_steps: 100
|
||||
|
Loading…
Reference in New Issue
Block a user