MCPcopy Index your code
hub / github.com/kyegomez/BitNet / decode_tokens

Function decode_tokens

train.py:33–34  ·  view source on GitHub ↗
(tokens)

Source from the content-addressed store, hash-verified

31
32
33def decode_tokens(tokens):
34 return "".join(list(map(decode_token, tokens)))
35
36
37# instantiate GPT-like decoder model

Callers 1

train.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected