Skip to content

Commit

Permalink
Update finetune.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zanussbaum authored Apr 14, 2023
1 parent 8325767 commit b744df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/train/finetune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
model_name: # add model here
tokenizer_name: # add model here
gradient_checkpointing: true
save_name: "nomic-ai/gpt4all-full-multi-turn"
save_name: # CHANGE

# dataset
streaming: false
Expand All @@ -16,7 +16,7 @@ lr: 5.0e-5
eval_every: 800
eval_steps: 100
save_every: 800
output_dir: "ckpts/gpt4all-full-multi"
output_dir: # CHANGE
checkpoint: null
lora: false
warmup_steps: 100
Expand Down

0 comments on commit b744df7

Please sign in to comment.