MCPcopy Create free account
hub / github.com/huggingface/transformers / keys

Method keys

src/transformers/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

run_xxx.pyFile · 0.80
forwardMethod · 0.80
load_tf_weights_in_xlnetFunction · 0.80
infer_shapesFunction · 0.80
from_pretrainedMethod · 0.80
__init__Method · 0.80
from_configMethod · 0.80
from_pretrainedMethod · 0.80
from_configMethod · 0.80
from_pretrainedMethod · 0.80
from_configMethod · 0.80
from_pretrainedMethod · 0.80

Calls

no outgoing calls