Skip to content

Commit

Permalink
Adds validation set configuration to 1B_lora_single_device
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxFrax committed Jan 26, 2025
1 parent a51c0ff commit 05efbcb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/configs/llama3_2/1B_lora_single_device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ seed: null
shuffle: True
batch_size: 4

validation:
dataset:
_component_: torchtune.datasets.alpaca_cleaned_dataset
packed: False
run_every_n_epochs: .5
max_batches: 5

# Optimizer and Scheduler
optimizer:
_component_: torch.optim.AdamW
Expand Down

0 comments on commit 05efbcb

Please sign in to comment.