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

Method has_training_docs

lm-eval-harness/lm_eval/api/task.py:262–264  ·  view source on GitHub ↗

Whether the task has a training set

(self)

Source from the content-addressed store, hash-verified

260
261 @abc.abstractmethod
262 def has_training_docs(self):
263 """Whether the task has a training set"""
264 pass
265
266 @abc.abstractmethod
267 def has_validation_docs(self):

Callers 2

fewshot_docsMethod · 0.95
fewshot_contextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected