Skip to content

Commit

Permalink
Update bert_backbone.py
Browse files Browse the repository at this point in the history
  • Loading branch information
soma2000-lang authored Feb 7, 2023
1 parent 1aad80e commit d5b32fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keras_nlp/models/bert/bert_backbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@ def __init__(
x, approximate=True
),
dropout=dropout,

layer_norm_epsilon=1e-12,

kernel_initializer=bert_kernel_initializer(),
name=f"transformer_layer_{i}",
)(x, padding_mask=padding_mask)
Expand Down

0 comments on commit d5b32fd

Please sign in to comment.