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

Method __call__

data/llava/data_utils.py:28–29  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_construct_convMethod · 0.80

Tested by

no test coverage detected