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

Method doc_emb

src/eval/models.py:39–40  ·  view source on GitHub ↗
(self, input_ids, attention_mask)

Source from the content-addressed store, hash-verified

37
38
39 def doc_emb(self, input_ids, attention_mask):
40 return self.query_emb(input_ids, attention_mask)
41
42
43 def masked_mean_or_first(self, emb_all, mask):

Callers

nothing calls this directly

Calls 1

query_embMethod · 0.95

Tested by

no test coverage detected