Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_plus
Method · 0.95
convert_to_tensors
Method · 0.95
convert_examples_to_features
Function · 0.80
get_final_text
Function · 0.80
train
Function · 0.80
main
Function · 0.80
save_vocabulary
Method · 0.80
_prune_heads
Method · 0.80
_prune_heads
Method · 0.80
_prune_heads
Method · 0.80
load_tf_weights_in_xlnet
Function · 0.80
infer_shapes
Function · 0.80
Calls
no outgoing calls
Tested by
15
_prepare_for_class
Method · 0.64
_create_and_check_torchscript
Method · 0.64
test_multigpu_data_parallel_forward
Method · 0.64
create_and_test_config_to_json_string
Method · 0.64
test_pretrained_model_lists
Method · 0.64
test_padding_to_multiple_of
Method · 0.64
test_get_vocab
Method · 0.64
test_conversion_reversible
Method · 0.64
test_model_for_pretraining_from_pretrained
Method · 0.64
test_parents_and_children_in_mappings
Method · 0.64
test_mbart_enro_config
Method · 0.64
test_xsum_config_generation_params
Method · 0.64