MCPcopy Index your code
hub / github.com/OpenBitSys/BitDistiller / load

Method load

test/general/lm_eval/tasks/json.py:49–50  ·  view source on GitHub ↗
(self, data_file)

Source from the content-addressed store, hash-verified

47 raise TypeError("cannot download an arbitrary JSON dataset")
48
49 def load(self, data_file):
50 self.dataset = datasets.load_dataset("json", data_files=data_file)
51
52 def has_validation_docs(self):
53 return False

Callers 15

__init__Method · 0.95
quant_matmul_kernelFunction · 0.80
gemv_kernel_v3Function · 0.80
get_train_overlapFunction · 0.80
__init__Method · 0.80
_generate_examplesMethod · 0.80
_generate_examplesMethod · 0.80
_generate_examplesMethod · 0.80
_generate_examplesMethod · 0.80
_generate_examplesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected