File size: 233 Bytes
be3b372
 
 
 
 
72d4f25
be3b372
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
from transformers import PretrainedConfig
from typing import List


class DcuConfig(PretrainedConfig):
    model_type = "blazeface"
    def __init__(

        self,

        **kwargs,

    ):
        super().__init__(**kwargs)