MCPcopy
hub / github.com/microsoft/Magma / __call__

Method __call__

data/magma/data_utils.py:26–27  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

24 self.special_tokens = [self.tokenizer.pad_token]
25
26 def __call__(self, **kwargs):
27 return super()._construct_conv(**kwargs)
28
29 def filter_items(self, items):
30 """

Callers

nothing calls this directly

Calls 1

_construct_convMethod · 0.80

Tested by

no test coverage detected