Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ last_problem
Method
last_problem
test/general/lm_eval/tasks/race.py:102–103 ·
view source on GitHub ↗
(cls, doc)
Source
from the content-addressed store, hash-verified
100
101
@classmethod
102
def
last_problem(cls, doc):
103
return
doc[
"problems"
][-1]
104
105
def
doc_to_text(self, doc):
106
text =
"Article: "
+ doc[
"article"
] +
"\n\n"
Callers
4
doc_to_text
Method · 0.95
doc_to_target
Method · 0.95
construct_requests
Method · 0.95
process_results
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected