Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vision-CAIR/VisualGPT
/ keys
Method
keys
data/tokenization_utils_base.py:199–200 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
197
self._encodings = state[
"encodings"
]
198
199
def
keys(self):
200
return
self.data.keys()
201
202
def
values(self):
203
return
self.data.values()
Callers
15
__getitem__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
get_samples
Method · 0.80
_batch_encode_plus
Method · 0.80
__init__
Method · 0.80
load_vectors
Method · 0.80
load_vectors
Method · 0.80
_missing_
Method · 0.80
_from_pretrained
Method · 0.80
save_pretrained
Method · 0.80
pad
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected