BiRefNet / config.json
ZhengPeng7's picture
For users to load in one key.
1c4ea53
raw
history blame
509 Bytes
Invalid JSON: Expected double-quoted property name in JSONat line 22, column 1
{
"_name_or_path": "ZhengPeng7/BiRefNet",
"architectures": [
"BiRefNet"
],
"auto_map": {
"AutoConfig": "BiRefNet_config.BiRefNetConfig",
"AutoModelForImageSegmentation": "BiRefNet_github.models.birefnet.BiRefNet"
},
"custom_pipelines": {
"image-segmentation": {
"pt": [
"AutoModelForImageSegmentation"
],
"tf": [],
"type": "image"
}
},
"bb_pretrained": false,
"model_type": "SegformerForSemanticSegmentation",
"torch_dtype": "float32",
}