ekolodin commited on
Commit
4e5f0d1
1 Parent(s): a58b8cb

Update modeling_gigarembed.py

Browse files
Files changed (1) hide show
  1. modeling_gigarembed.py +1 -1
modeling_gigarembed.py CHANGED
@@ -414,7 +414,7 @@ class GigarEmbedModel(PreTrainedModel):
414
 
415
  embeds = self.latent_attention_model(
416
  outputs.last_hidden_state,
417
- attention_mask,
418
  )
419
  if not return_dict:
420
  return (embeds,)
 
414
 
415
  embeds = self.latent_attention_model(
416
  outputs.last_hidden_state,
417
+ pool_mask,
418
  )
419
  if not return_dict:
420
  return (embeds,)