Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSparseLLMs/MoM
/ doc_to_target
Method
doc_to_target
lm-eval-harness/lm_eval/api/task.py:1444–1445 ·
view source on GitHub ↗
(self, doc)
Source
from the content-addressed store, hash-verified
1442
return
""
1443
1444
def
doc_to_target(self, doc):
1445
return
doc
1446
1447
def
construct_requests(self, doc: dict, ctx: Union[str, None], **kwargs):
1448
assert not ctx
Callers
2
construct_requests
Method · 0.95
process_results
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected