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

Method __init__

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

Source from the content-addressed store, hash-verified

237 "test": "snli_1.0_dev"
238 }
239 def __init__(self):
240 super().__init__()
241 self.labels = ["contradiction", "entailment", "neutral"]
242
243 def get_examples(self, data_dir, split):
244 path = os.path.join(data_dir, "{}.jsonl".format(self.dataset_project[split]))

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected