MCPcopy Create free account
hub / github.com/OpenBitSys/BitDistiller / has_validation_docs

Method has_validation_docs

test/general/lm_eval/base.py:557–559  ·  view source on GitHub ↗

Whether the task has a validation set

(self)

Source from the content-addressed store, hash-verified

555
556 @abstractmethod
557 def has_validation_docs(self):
558 """Whether the task has a validation set"""
559 pass
560
561 @abstractmethod
562 def has_test_docs(self):

Callers 2

fewshot_contextMethod · 0.95
evaluateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected