(self)
| 174 | |
| 175 | @property |
| 176 | def mask(self): |
| 177 | raise NotImplementedError( |
| 178 | "MASK is not provided for {} " "tokenizer".format(self.name) |
| 179 | ) |
| 180 | |
| 181 | |
| 182 | class _GPT2BPETokenizer(AbstractTokenizer): |
nothing calls this directly
no outgoing calls
no test coverage detected