Skip to content

Commit

Permalink
fix: typo in sa
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Cepheus authored Dec 22, 2023
1 parent 8e4cdd8 commit f9d5e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/bing_bert/nvidia/modelingpreln.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ def forward(self,
position_ids=None,
inputs_embeds=None,
pad_token_id=self.pad_token_id,
model_mbeddings=self.embeddings)
model_embeddings=self.embeddings)

embedding_output = self.embeddings(input_ids, token_type_ids)
encoded_layers = self.encoder(
Expand Down

0 comments on commit f9d5e3e

Please sign in to comment.