Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/huggingface/transformers
/ values
Method
values
src/transformers/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
15
handle_kwargs
Method · 0.80
add_to_vocab_
Function · 0.80
load_pytorch_checkpoint_in_tf2_model
Function · 0.80
all_special_tokens_extended
Method · 0.80
_from_pretrained
Method · 0.80
pad
Method · 0.80
num_labels
Method · 0.80
compute_f1
Function · 0.80
make_eval_dict
Function · 0.80
_prepare_for_class
Method · 0.80
test_attention_outputs
Method · 0.80
test_model_from_pretrained
Method · 0.80
Calls
no outgoing calls
Tested by
12
_prepare_for_class
Method · 0.64
test_attention_outputs
Method · 0.64
test_model_from_pretrained
Method · 0.64
test_model_from_pretrained
Method · 0.64
check_results_dict_not_empty
Method · 0.64
check_results_dict_not_empty
Method · 0.64
_prepare_for_class
Method · 0.64
test_compile_tf_model
Method · 0.64
assert_batch_padded_input_match
Method · 0.64
assert_dump_and_restore
Method · 0.64
test_run_glue
Method · 0.64
test_run_glue
Method · 0.64