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

Method __init__

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

Source from the content-addressed store, hash-verified

77 "test": "dev_matched"
78 }
79 def __init__(self):
80 super().__init__()
81 self.labels = ["contradiction", "entailment", "neutral"]
82
83 def get_examples(self, data_dir, split):
84 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