in opacus_lab/models/GPT2/dataset.py [0:0]
def __init__(self, corpus, seqlen): super().__init__() self.corpus = corpus self.seqlen = seqlen