File size: 112 Bytes
cc46305
 
 
 
 
1
2
3
4
5
6
from transformers import Wav2Vec2Config


class FakeCustomConfig(Wav2Vec2Config):
    model_type = "fakecustom"