from transformers import PretrainedConfig from typing import Sequence class AdapterConfig(PretrainedConfig): model_type = "archinetai/adapter-A-v1"