Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SooLab/CGFormer
/ items
Method
items
bert/tokenization_utils_base.py:205–206 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
203
return
self.data.values()
204
205
def
items(self):
206
return
self.data.items()
207
208
# After this point:
209
# Extended properties and methods only available for fast (Rust-based) tokenizers
Callers
15
convert_to_tensors
Method · 0.95
__init__
Method · 0.80
__str__
Method · 0.80
load_cfg_from_cfg_file
Function · 0.80
__init__
Method · 0.80
load
Function · 0.80
_process_mmcls_checkpoint
Function · 0.80
load_checkpoint
Function · 0.80
weights_to_cpu
Function · 0.80
_save_to_state_dict
Function · 0.80
get_state_dict
Function · 0.80
save_checkpoint
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected