from transformers import GPT2Config class FakeCustomConfig(GPT2Config): model_type = "fakecustom"