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

Method __init__

test/general/lm_eval/tasks/scrolls.py:136–138  ·  view source on GitHub ↗
(self, no_metric=False)

Source from the content-addressed store, hash-verified

134 PRUNE_NUM_PROC = None
135
136 def __init__(self, no_metric=False):
137 super().__init__()
138 self.metric = load_metric(_download_metric(), config_name=self.DATASET_NAME) if not no_metric else None
139
140 def has_training_docs(self):
141 return True

Callers 1

__init__Method · 0.45

Calls 1

_download_metricFunction · 0.85

Tested by

no test coverage detected