Sumin Park

Results 1 issues of Sumin Park

https://github.com/timoschick/dino/blob/0e4a0525f05dfa763bb99fe7cbde2563be32df4f/modeling.py#L275 Hello, I tried to generate single text and encountered the following error. ``` File "/home/myname/dino/modeling.py", line 275, in generate_self_debiasing max_length = min(self.model._model.config.max_position_embeddings, max_length + input_length) AttributeError: 'GPT2Wrapper' object has...