File size: 177 Bytes
0e7a38a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from transformers import HubertConfig


class SfiHuBERTConfig(HubertConfig):
    model_type = "sfi_hubert"

    def __init__(self, **kwargs):
        super().__init__(**kwargs)