lk2525/RMBG-2.0-bucket / BiRefNet_config.py
lk2525's picture
download
raw
298 Bytes
from transformers import PretrainedConfig
class BiRefNetConfig(PretrainedConfig):
model_type = "SegformerForSemanticSegmentation"
def __init__(
self,
bb_pretrained=False,
**kwargs
):
self.bb_pretrained = bb_pretrained
super().__init__(**kwargs)

Xet Storage Details

Size:
298 Bytes
·
Xet hash:
4bdbe665d69d6faee09dd81d71eddb0cb820c31e6cb37104b235263293aa2774

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.