MCPcopy Create free account
hub / github.com/BeastyZ/ConvSearch-R1 / forward

Method forward

index/dense/models.py:59–60  ·  view source on GitHub ↗
(self, input_ids, attention_mask, wrap_pooler=False)

Source from the content-addressed store, hash-verified

57 return s / d
58
59 def forward(self, input_ids, attention_mask, wrap_pooler=False):
60 return self.query_emb(input_ids, attention_mask)
61
62
63# TCTColBERT model

Callers

nothing calls this directly

Calls 1

query_embMethod · 0.95

Tested by

no test coverage detected