Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/BitNet
/ NoVocab
Class
NoVocab
utils/convert.py:400–405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
399
400
class
NoVocab(BaseVocab):
401
tokenizer_model =
"no_vocab"
402
name =
"no_vocab"
403
404
def
__repr__(self) -> str:
405
return
"<NoVocab for a model without integrated vocabulary>"
406
407
408
@runtime_checkable
Callers
1
load_vocab
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected