MCPcopy 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_textMethod · 0.95
doc_to_targetMethod · 0.95
construct_requestsMethod · 0.95
process_resultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected