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