Update modeling_gigarembed.py
Browse files- 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 |
-
|
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,)
|