MCPcopy 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_kwargsMethod · 0.80
add_to_vocab_Function · 0.80
_from_pretrainedMethod · 0.80
padMethod · 0.80
num_labelsMethod · 0.80
compute_f1Function · 0.80
make_eval_dictFunction · 0.80
_prepare_for_classMethod · 0.80

Calls

no outgoing calls

Tested by 12

_prepare_for_classMethod · 0.64
_prepare_for_classMethod · 0.64
test_compile_tf_modelMethod · 0.64
test_run_glueMethod · 0.64
test_run_glueMethod · 0.64