File size: 203 Bytes
3c53ec2
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from transformers import PretrainedConfig
from typing import List


class DcuConfig(PretrainedConfig):
    def __init__(

        self,

        **kwargs,

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