(self, input_ids)
| 93 | valenc = torch.hstack(valenc) |
| 94 | class TokenizerWrapper: |
| 95 | def __init__(self, input_ids): |
| 96 | self.input_ids = input_ids |
| 97 | valenc = TokenizerWrapper(valenc) |
| 98 | |
| 99 | return trainloader, valenc |
nothing calls this directly
no outgoing calls
no test coverage detected