Skip to content

Commit

Permalink
Merge pull request octo-models#137 from rail-berkeley/dibyaghosh-patch-1
Browse files Browse the repository at this point in the history
Update finetune_config.py to clip grad norm
  • Loading branch information
dibyaghosh authored Dec 7, 2023
2 parents aefd71e + cb02f20 commit 0505e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/dibya/finetune_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_config(
end_value=0.0,
),
weight_decay=0.01,
clip_gradient=placeholder(float),
clip_gradient=1.0,
frozen_keys=frozen_keys,
),
val_kwargs=dict(
Expand Down

0 comments on commit 0505e18

Please sign in to comment.