(self)
| 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])) |