MCPcopy Create free account
hub / github.com/OpenSparseLLMs/MoM / get_config

Method get_config

lm-eval-harness/lm_eval/api/task.py:541–542  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

539 pass
540
541 def get_config(self, key: str) -> Any:
542 return getattr(self._config, key, None)
543
544 @classmethod
545 def count_bytes(cls, doc):

Callers 1

simple_evaluateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected