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

Method cls

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

Source from the content-addressed store, hash-verified

150
151 @property
152 def cls(self):
153 raise NotImplementedError(
154 "CLS is not provided for {} " "tokenizer".format(self.name)
155 )
156
157 @property
158 def sep(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected