Skip to content

Commit

Permalink
Small refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
misha-chertushkin committed Jan 21, 2025
1 parent 955d6cd commit 4f4649c
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 151 deletions.
2 changes: 1 addition & 1 deletion notebooks/finetuning_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def multi_gpu_example():
config = FinetuningConfig(
batch_size=256,
num_epochs=5,
learning_rate=1e-4,
learning_rate=3e-5,
use_wandb=True,
distributed=True,
gpu_ids=gpu_ids,
Expand Down
Loading

0 comments on commit 4f4649c

Please sign in to comment.