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

Method info

src/evaluate/module.py:92–94  ·  view source on GitHub ↗

:class:`evaluate.EvaluationModuleInfo` object containing all the metadata in the evaluation module.

(self)

Source from the content-addressed store, hash-verified

90
91 @property
92 def info(self):
93 """:class:`evaluate.EvaluationModuleInfo` object containing all the metadata in the evaluation module."""
94 return self._module_info
95
96 @property
97 def name(self) -> str:

Callers 10

get_coref_infosFunction · 0.80
compute_scoreFunction · 0.80
config.pyFile · 0.80
from_directoryMethod · 0.80
computeMethod · 0.80
_retryFunction · 0.80
_request_with_retryFunction · 0.80
ftp_getFunction · 0.80
get_from_cacheFunction · 0.80
_infer_deviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected