MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / vocab_size

Method vocab_size

utils/text_encoder.py:101–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99
100 @property
101 def vocab_size(self):
102 raise NotImplementedError()
103
104
105class ByteTextEncoder(TextEncoder):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected