BASNet-SmartText / config.json
shunk031's picture
Upload model
769be92 verified
raw
history blame
299 Bytes
{
"architectures": [
"BASNetModel"
],
"auto_map": {
"AutoConfig": "configuration_basnet.BASNetConfig",
"AutoModel": "modeling_basnet.BASNetModel"
},
"kernel_size": 3,
"model_type": "basnet",
"n_channels": 3,
"torch_dtype": "float32",
"transformers_version": "4.42.4"
}