Skip to content

Commit

Permalink
Fix typo (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
abheesht17 authored Jan 12, 2023
1 parent 106ff77 commit 028966a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_nlp/models/bert/bert_backbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def __init__(
name="segment_embedding",
)(segment_id_input)

# Sum, normailze and apply dropout to embeddings.
# Sum, normalize and apply dropout to embeddings.
x = keras.layers.Add()(
(token_embedding, position_embedding, segment_embedding)
)
Expand Down

0 comments on commit 028966a

Please sign in to comment.