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

Method __init__

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

Source from the content-addressed store, hash-verified

51 "test": "dev_mismatched"
52 }
53 def __init__(self):
54 super().__init__()
55 self.labels = ["contradiction", "entailment", "neutral"]
56
57 def get_examples(self, data_dir, split):
58 path = os.path.join(data_dir, "{}.tsv".format(self.dataset_project[split]))

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected