We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e6707 commit f0c412fCopy full SHA for f0c412f
keras_hub/src/models/smollm3/smollm3_backbone.py
@@ -128,7 +128,8 @@ def __init__(
128
hidden_states = decoder_layer(
129
hidden_states,
130
position_embeddings=position_embeddings,
131
- decoder_padding_mask=padding_mask_input**kwargs,
+ decoder_padding_mask=padding_mask_input,
132
+ **kwargs,
133
)
134
135
sequence_output = self.norm(hidden_states)
0 commit comments