MCPcopy Create free account
hub / github.com/zai-org/CodeGeeX / mask

Method mask

codegeex/megatron/tokenizer/tokenizer.py:176–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

174
175 @property
176 def mask(self):
177 raise NotImplementedError(
178 "MASK is not provided for {} " "tokenizer".format(self.name)
179 )
180
181
182class _GPT2BPETokenizer(AbstractTokenizer):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected