Skip to content

Commit

Permalink
Update finetune_lora.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zanussbaum authored Apr 14, 2023
1 parent 707d8ab commit 8325767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/train/finetune_lora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 8325767

Please sign in to comment.