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