Skip to content

Commit

Permalink
Fix fine tuning notebook (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
linusdm authored Oct 25, 2023
1 parent 38876bb commit 2f35d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/fine_tuning.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ loss =
sparse: true
)

optimizer = Polaris.Optimizers.adam(5.0e-5)
optimizer = Polaris.Optimizers.adam(learning_rate: 5.0e-5)

loop = Axon.Loop.trainer(logits_model, loss, optimizer, log: 1)
```
Expand Down

0 comments on commit 2f35d4e

Please sign in to comment.