BiRefNet-DIS5K-TR_TEs / config.json
ZhengPeng7's picture
Correct the `_name_or_path ` in config.json.
77b75c8 verified
raw
history blame contribute delete
No virus
418 Bytes
{
"_name_or_path": "ZhengPeng7/BiRefNet-DIS5K-TR_TEs",
"architectures": [
"BiRefNet"
],
"auto_map": {
"AutoConfig": "BiRefNet_config.BiRefNetConfig",
"AutoModelForImageSegmentation": "birefnet.BiRefNet"
},
"custom_pipelines": {
"image-segmentation": {
"pt": [
"AutoModelForImageSegmentation"
],
"tf": [],
"type": "image"
}
},
"bb_pretrained": false
}