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