MCPcopy Create free account
hub / github.com/OpenBitSys/BitDistiller / tok_decode

Method tok_decode

test/general/lm_eval/base.py:158–159  ·  view source on GitHub ↗
(self, tokens: Iterable[int])

Source from the content-addressed store, hash-verified

156
157 @abstractmethod
158 def tok_decode(self, tokens: Iterable[int]):
159 pass
160
161 @abstractmethod
162 def _model_generate(self, context, max_length, eos_token_id):

Callers 1

greedy_untilMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected