MCPcopy Create free account
hub / github.com/THUDM/GLM / command_tokens

Method command_tokens

data_utils/tokenization.py:306–308  ·  view source on GitHub ↗

list (or iterable) of all command tokens for tokenizer

(self)

Source from the content-addressed store, hash-verified

304
305 @property
306 def command_tokens(self):
307 """list (or iterable) of all command tokens for tokenizer"""
308 return self._command_token_tokens
309
310 @property
311 def command_token_vocab(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected