MCPcopy Create free account
hub / github.com/boyiwei/alignment-attribution-code / __init__

Method __init__

lib/data.py:17–18  ·  view source on GitHub ↗
(self, input_ids)

Source from the content-addressed store, hash-verified

15# Wrapper for tokenized input IDs
16class TokenizerWrapper:
17 def __init__(self, input_ids):
18 self.input_ids = input_ids
19
20
21# Load and process aligned dataset

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected