MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / dataloader

Function dataloader

experiments/run_humaneval.py:42–43  ·  view source on GitHub ↗
(data_list, batch_size, i_batch)

Source from the content-addressed store, hash-verified

40
41
42def dataloader(data_list, batch_size, i_batch):
43 return data_list[i_batch * batch_size : i_batch * batch_size + batch_size]
44
45
46def parse_args():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected