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

Method __init__

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

Source from the content-addressed store, hash-verified

285 "test": "dev"
286 }
287 def __init__(self):
288 super().__init__()
289 self.labels = ["not_entailment", "entailment"]
290
291 def get_examples(self, data_dir, split):
292 path = os.path.join(data_dir, "{}.tsv".format(self.dataset_project[split]))

Callers 10

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected