File size: 143 Bytes
692aeeb
 
 
 
 
1
2
3
4
5
6

from transformers.configuration_utils import PretrainedConfig

class UnmaskingQwenConfig(PretrainedConfig):
    model_type = "unmasking_qwen"