Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SooLab/CGFormer
/ is_fast
Method
is_fast
bert/tokenization_utils.py:166–167 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
164
165
@property
166
def
is_fast(self) -> bool:
167
return
False
168
169
@property
170
def
vocab_size(self) -> int:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected