MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / __init__

Method __init__

join/Deepjoin/all-mpnet-base-v2/train_script.py:243–244  ·  view source on GitHub ↗
(self, filepath)

Source from the content-addressed store, hash-verified

241 A class that handles one dataset
242 """
243 def __init__(self, filepath):
244 self.filepath = filepath
245
246 def __iter__(self):
247 max_dataset_size = 10*1000*1000 #Cache small datasets in memory

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected