MCPcopy Create free account
hub / github.com/OpenBMB/DecT / __init__

Method __init__

src/process_data.py:215–217  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213 "test": "dev"
214 }
215 def __init__(self):
216 super().__init__()
217 self.labels = ['0', '1']
218
219 def get_examples(self, data_dir, split):
220 path = os.path.join(data_dir, f"{self.dataset_project[split]}.tsv")

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected