CoolFace
Modelpublic

creative-graphic-design/BASNet-SmartText

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes17downloads
config.json15 linesDownload Raw Back to root
1{2  "architectures": [3    "BASNetModel"4  ],5  "auto_map": {6    "AutoConfig": "configuration_basnet.BASNetConfig",7    "AutoModel": "modeling_basnet.BASNetModel"8  },9  "kernel_size": 3,10  "model_type": "basnet",11  "n_channels": 3,12  "torch_dtype": "float32",13  "transformers_version": "4.42.4"14}15