MCPcopy Create free account
hub / github.com/huggingface/evaluate / __init__

Method __init__

tests/test_evaluator.py:108–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106
107class DummyTokenClassificationPipeline:
108 def __init__(self):
109 self.task = "token-classification"
110
111 def __call__(self, inputs, **kwargs):
112 result = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected