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

Method forward

src/eval/models.py:54–55  ·  view source on GitHub ↗
(self, input_ids, attention_mask, wrap_pooler=False)

Source from the content-addressed store, hash-verified

52 return s / d
53
54 def forward(self, input_ids, attention_mask, wrap_pooler=False):
55 return self.query_emb(input_ids, attention_mask)
56
57
58def load_model(model_type, model_path):

Callers

nothing calls this directly

Calls 1

query_embMethod · 0.95

Tested by

no test coverage detected