Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SooLab/CGFormer
/ values
Method
values
bert/tokenization_utils_base.py:202–203 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
200
return
self.data.keys()
201
202
def
values(self):
203
return
self.data.values()
204
205
def
items(self):
206
return
self.data.items()
Callers
6
__init__
Method · 0.80
get_state_dict
Function · 0.80
all_special_tokens_extended
Method · 0.80
_from_pretrained
Method · 0.80
pad
Method · 0.80
num_labels
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected