Get a collection of `InputExample`s for the dev set.
(self, data_dir)
| 100 | |
| 101 | @abstractmethod |
| 102 | def get_dev_examples(self, data_dir) -> List[InputExample]: |
| 103 | """Get a collection of `InputExample`s for the dev set.""" |
| 104 | pass |
| 105 | |
| 106 | @abstractmethod |
| 107 | def get_dev32_examples(self, data_dir) -> List[InputExample]: |
nothing calls this directly
no outgoing calls
no test coverage detected