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

Method items

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

_encode_plusMethod · 0.95
convert_to_tensorsMethod · 0.95
get_final_textFunction · 0.80
trainFunction · 0.80
mainFunction · 0.80
save_vocabularyMethod · 0.80
_prune_headsMethod · 0.80
_prune_headsMethod · 0.80
_prune_headsMethod · 0.80
load_tf_weights_in_xlnetFunction · 0.80
infer_shapesFunction · 0.80

Calls

no outgoing calls