(self, data_dir)
| 353 | return self._create_examples(os.path.join(data_dir, "AX-g.jsonl"), "train") |
| 354 | |
| 355 | def get_test_examples(self, data_dir): |
| 356 | return self._create_examples(os.path.join(data_dir, "AX-g.jsonl"), "test") |
| 357 | |
| 358 | |
| 359 | class AxBProcessor(RteProcessor): |
no test coverage detected