from transformers import PreTrainedConfig class DummyConfig(PreTrainedConfig): model_type = "dummy" __all__ = ["DummyConfig"]