MCPcopy 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_tensorsMethod · 0.95
__init__Method · 0.80
__str__Method · 0.80
load_cfg_from_cfg_fileFunction · 0.80
__init__Method · 0.80
loadFunction · 0.80
load_checkpointFunction · 0.80
weights_to_cpuFunction · 0.80
_save_to_state_dictFunction · 0.80
get_state_dictFunction · 0.80
save_checkpointFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected