Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/huggingface/evaluate
/ get_module
Method
get_module
src/evaluate/loading.py:396–397 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
394
395
class
_EvaluationModuleFactory:
396
def
get_module(self) -> ImportableModule:
397
raise
NotImplementedError
398
399
400
class
LocalEvaluationModuleFactory(_EvaluationModuleFactory):
Callers
1
evaluation_module_factory
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected