from transformers import PretrainedConfig class UserModelConfig(PretrainedConfig): def __init__(self, **kwargs): super().__init__(**kwargs)