(self, input_ids)
| 15 | # Wrapper for tokenized input IDs |
| 16 | class TokenizerWrapper: |
| 17 | def __init__(self, input_ids): |
| 18 | self.input_ids = input_ids |
| 19 | |
| 20 | |
| 21 | # Load and process aligned dataset |
nothing calls this directly
no outgoing calls
no test coverage detected