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

Method _info

src/evaluate/module.py:666–675  ·  view source on GitHub ↗

Construct the EvaluationModuleInfo object. See `EvaluationModuleInfo` for details. Warning: This function is only called once and the result is cached for all following .info() calls. Returns: info: (EvaluationModuleInfo) The EvaluationModule information

(self)

Source from the content-addressed store, hash-verified

664 self._check_rendez_vous() # wait for master to be ready and to let everyone go
665
666 def _info(self) -> EvaluationModuleInfo:
667 """Construct the EvaluationModuleInfo object. See `EvaluationModuleInfo` for details.
668
669 Warning: This function is only called once and the result is cached for all
670 following .info() calls.
671
672 Returns:
673 info: (EvaluationModuleInfo) The EvaluationModule information
674 """
675 raise NotImplementedError
676
677 def download_and_prepare(
678 self,

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected